log src/app/visualisations/notes/notes.component.ts @ 385:afe2fa4a3215

age author description
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 15:15:55 +0100 Lucas Thompson Basic notes component in place. Room for reducing dupe across these WaveComponent derived components, but will wait until all of them are implemented to see the common logic.