Mercurial > hg > ugly-duckling
diff src/app/app.module.ts @ 13:b12e78d6185e
Add a component for opening local audio files, unfinished and of course untested. Expect cross-cutting concerns to follow.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 27 Oct 2016 13:36:09 +0100 |
parents | 1fcc8c9ec54c |
children | d9c0a1ca005c |
line wrap: on
line diff
--- a/src/app/app.module.ts Thu Oct 27 10:44:34 2016 +0100 +++ b/src/app/app.module.ts Thu Oct 27 13:36:09 2016 +0100 @@ -7,11 +7,13 @@ import {MailService} from "./mail.service"; import {MaterialModule} from "@angular/material"; import { WaveformComponent } from './waveform/waveform.component'; +import { AudioFileOpenComponent } from './audio-file-open/audio-file-open.component'; @NgModule({ declarations: [ AppComponent, - WaveformComponent + WaveformComponent, + AudioFileOpenComponent ], imports: [ BrowserModule,