ngx-admin/src/app/index.ts

8 lines
106 B
TypeScript
Raw Normal View History

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