Mercurial > hg > ugly-duckling
diff src/app/app.module.ts @ 388:5f775358c3cf
Introduce vertical-scale component which is a polymorphic container, the child components know how to render their own scales.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 01 Jun 2017 10:02:37 +0100 |
parents | c1cedba9557b |
children | a02e6ec4a9d2 |
line wrap: on
line diff
--- a/src/app/app.module.ts Wed May 31 19:31:56 2017 +0100 +++ b/src/app/app.module.ts Thu Jun 01 10:02:37 2017 +0100 @@ -36,6 +36,7 @@ import {NotesComponent} from './visualisations/notes/notes.component'; import {InstantsComponent} from './visualisations/instants/instants.component'; import {GridComponent} from './visualisations/grid/grid.component'; +import {VerticalScaleComponent} from "./visualisations/vertical-scale.component"; export function createAudioContext(): AudioContext { return new ( @@ -128,7 +129,8 @@ TracksComponent, NotesComponent, InstantsComponent, - GridComponent + GridComponent, + VerticalScaleComponent ], imports: [ BrowserModule,