mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 02:10:12 +01:00
chore(build): angular 2 webpack starter kit changes have been applied
This commit is contained in:
parent
3f2670f5c2
commit
260710b1ad
5 changed files with 15 additions and 18 deletions
|
|
@ -13,7 +13,7 @@ import { routing } from './app.routing';
|
|||
|
||||
// App is our top level component
|
||||
import { App } from './app.component';
|
||||
import { AppState, InteralStateType } from './app.service';
|
||||
import { AppState, InternalStateType } from './app.service';
|
||||
import { GlobalState } from './global.state';
|
||||
import { NgaModule } from './theme/nga.module';
|
||||
import { PagesModule } from './pages/pages.module';
|
||||
|
|
@ -25,7 +25,7 @@ const APP_PROVIDERS = [
|
|||
];
|
||||
|
||||
type StoreType = {
|
||||
state: InteralStateType,
|
||||
state: InternalStateType,
|
||||
restoreInputValues: () => void,
|
||||
disposeOldHosts: () => void
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue