mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-07-14 05:00:47 +00:00
4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
import { InjectionToken } from '@angular/core';
|
|
|
|
export const FUSE_APP_CONFIG = new InjectionToken<any>('FUSE_APP_CONFIG');
|