ngx-admin/src/app/index.ts

9 lines
169 B
TypeScript
Raw Normal View History

2016-04-20 16:32:12 +03:00
// App
2016-05-02 14:40:12 +03:00
import {ThemeGlobal} from "./theme/theme.global";
2016-04-20 16:32:12 +03:00
export * from './app.component';
// Application wide providers
export const APP_PROVIDERS = [
2016-05-02 14:40:12 +03:00
ThemeGlobal
2016-04-20 16:32:12 +03:00
];