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