mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-26 20:28:48 +01:00
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
// App
|
|
import {AppState} from "./app.state";
|
|
export * from './app.component';
|
|
|
|
// Application wide providers
|
|
export const APP_PROVIDERS = [
|
|
AppState
|
|
];
|