mirror of https://github.com/abpframework/abp.git
2 changed files with 4 additions and 0 deletions
@ -1,2 +1,3 @@ |
|||
export * from './append-content.token'; |
|||
export * from './http-error.token'; |
|||
export * from './lazy-styles.token'; |
|||
|
|||
@ -0,0 +1,3 @@ |
|||
import { InjectionToken } from '@angular/core'; |
|||
|
|||
export const LAZY_STYLES = new InjectionToken<string[]>('LAZY_STYLES'); |
|||
Loading…
Reference in new issue