Fixed indentation in app.module.ts
This commit is contained in:
parent
ddadae9a07
commit
346ea2c6fd
1 changed files with 7 additions and 6 deletions
|
@ -52,12 +52,13 @@ import { DashboardModule } from './dashboard/dashboard.module';
|
||||||
P500Component,
|
P500Component,
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
AuthGuard,
|
AuthGuard,
|
||||||
ApiService,
|
ApiService,
|
||||||
{
|
{
|
||||||
provide: LocationStrategy,
|
provide: LocationStrategy,
|
||||||
useClass: HashLocationStrategy
|
useClass: HashLocationStrategy
|
||||||
}],
|
}
|
||||||
|
],
|
||||||
bootstrap: [ AppComponent ]
|
bootstrap: [ AppComponent ]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
|
|
Reference in a new issue