fix(services): fix providers for root, correctly apply another themes

This commit is contained in:
Dmitry Nehaychik 2016-10-04 12:36:08 +03:00
parent bcae560f3b
commit 40aa2ed0ae
3 changed files with 16 additions and 9 deletions

View file

@ -44,7 +44,7 @@ type StoreType = {
RouterModule,
FormsModule,
ReactiveFormsModule,
NgaModule,
NgaModule.forRoot(),
PagesModule,
routing
],