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