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