ngx-admin/src/app/index.ts

11 lines
188 B
TypeScript
Raw Normal View History

2016-04-20 16:32:12 +03:00
// App
export * from './app.component';
export * from './app.service';
import {AppState} from './app.service';
// Application wide providers
export const APP_PROVIDERS = [
AppState
];