ngx-admin/src/app/index.ts
2016-04-20 16:32:12 +03:00

10 lines
188 B
TypeScript

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