mirror of https://github.com/abpframework/abp.git
Browse Source
http wait service addFilter and removeFilter methods can accept array payloadpull/7001/head
6 changed files with 25 additions and 9 deletions
@ -1,4 +1,5 @@ |
|||
export * from './append-content.token'; |
|||
export * from './http-error.token'; |
|||
export * from './lazy-styles.token'; |
|||
export * from './lodaer-delay.token'; |
|||
export * from './suppress-unsaved-changes-warning.token'; |
|||
|
|||
@ -0,0 +1,3 @@ |
|||
import { InjectionToken } from '@angular/core'; |
|||
|
|||
export const LOADER_DELAY = new InjectionToken<number>('LOADER_DELAY'); |
|||
Loading…
Reference in new issue