Mercurial > hg > ugly-duckling
diff src/app/app.module.ts @ 89:f5072712ddf5
Resurrect the duck!
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 23 Feb 2017 16:21:51 +0000 |
parents | 976638dd5c63 |
children | 8f2b2aed0df1 |
line wrap: on
line diff
--- a/src/app/app.module.ts Thu Feb 23 16:13:38 2017 +0000 +++ b/src/app/app.module.ts Thu Feb 23 16:21:51 2017 +0000 @@ -31,7 +31,7 @@ BrowserModule, FormsModule, HttpModule, - MaterialModule.forRoot() + MaterialModule ], providers: [ {provide: HTMLAudioElement, useValue: new Audio()}, // TODO use something more generic than HTMLAudioElement