Configure Logger at app level.

This commit is contained in:
Alexis Lahouze
2017-07-16 10:49:02 +02:00
parent 95fa835496
commit 877f77babd
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import { AccountService } from './account.service';
@NgModule({
imports: [
HttpModule,
NgLoggerModule.forRoot(Level.LOG),
NgLoggerModule,
RestangularModule
],
providers: [