Fixed indentation in app.module.ts

This commit is contained in:
Tom Bloor 2017-08-24 16:03:45 +01:00
parent ddadae9a07
commit 346ea2c6fd

View file

@ -52,12 +52,13 @@ import { DashboardModule } from './dashboard/dashboard.module';
P500Component,
],
providers: [
AuthGuard,
ApiService,
{
provide: LocationStrategy,
useClass: HashLocationStrategy
}],
AuthGuard,
ApiService,
{
provide: LocationStrategy,
useClass: HashLocationStrategy
}
],
bootstrap: [ AppComponent ]
})
export class AppModule { }