mirror of https://github.com/abpframework/abp.git
1 changed files with 1 additions and 0 deletions
@ -1,5 +1,6 @@ |
|||
import { InjectionToken } from '@angular/core'; |
|||
|
|||
// TODO: Should be documented
|
|||
export const SUPPRESS_UNSAVED_CHANGES_WARNING = new InjectionToken<boolean>( |
|||
'SUPPRESS_UNSAVED_CHANGES_WARNING', |
|||
); |
|||
|
|||
Loading…
Reference in new issue