ngx-admin/src/app/index.ts
2016-05-13 13:34:55 +03:00

8 lines
154 B
TypeScript

// App
import {AppState} from "./app.state";
export * from './app.component';
// Application wide providers
export const APP_PROVIDERS = [
AppState
];