Mercurial > hg > ugly-duckling
comparison 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 |
comparison
equal
deleted
inserted
replaced
12:1244f556512f | 13:b12e78d6185e |
---|---|
5 | 5 |
6 import { AppComponent } from './app.component'; | 6 import { AppComponent } from './app.component'; |
7 import {MailService} from "./mail.service"; | 7 import {MailService} from "./mail.service"; |
8 import {MaterialModule} from "@angular/material"; | 8 import {MaterialModule} from "@angular/material"; |
9 import { WaveformComponent } from './waveform/waveform.component'; | 9 import { WaveformComponent } from './waveform/waveform.component'; |
10 import { AudioFileOpenComponent } from './audio-file-open/audio-file-open.component'; | |
10 | 11 |
11 @NgModule({ | 12 @NgModule({ |
12 declarations: [ | 13 declarations: [ |
13 AppComponent, | 14 AppComponent, |
14 WaveformComponent | 15 WaveformComponent, |
16 AudioFileOpenComponent | |
15 ], | 17 ], |
16 imports: [ | 18 imports: [ |
17 BrowserModule, | 19 BrowserModule, |
18 FormsModule, | 20 FormsModule, |
19 HttpModule, | 21 HttpModule, |