mirror of https://github.com/abpframework/abp.git
1 changed files with 0 additions and 11 deletions
@ -1,11 +0,0 @@ |
|||
import { HttpRequest } from '@angular/common/http'; |
|||
|
|||
export class StartLoader { |
|||
static readonly type = '[Loader] Start'; |
|||
constructor(public payload: HttpRequest<any>) {} |
|||
} |
|||
|
|||
export class StopLoader { |
|||
static readonly type = '[Loader] Stop'; |
|||
constructor(public payload: HttpRequest<any>) {} |
|||
} |
|||
Loading…
Reference in new issue