Mercurial > hg > ugly-duckling
log src/app/visualisations/instants/instants.component.ts @ 424:bb2bc6af642b
age | author | description |
---|---|---|
Sun, 04 Jun 2017 20:15:20 +0100 | Lucas Thompson | Angular DI can't figure out these are derived from WavesComponent. Add provider for base. |
Wed, 31 May 2017 19:24:21 +0100 | Lucas Thompson | Remove redundant imports. |
Wed, 31 May 2017 19:21:02 +0100 | Lucas Thompson | ViewChild properties are, of course, inherited (why wouldn't they be?!). So, further de-duping. |
Wed, 31 May 2017 19:14:46 +0100 | Lucas Thompson | Refactor based on pattern which emerged when implementing multiple components. Still some very obvious dupe regarding the ElementRef stuff, I don't think ViewChild decorated props are inherited.. but I haven't actually verified that. |
Wed, 31 May 2017 17:09:36 +0100 | Lucas Thompson | Rig up instants and add dynamic colour selection to feature components. Structure of a derived WaveComponent is now pretty clear, some refactoring is in order. |