linkHttpUserEvent
npm Package | @angular/common |
---|---|
Module | import { HttpUserEvent } from '@angular/common/http'; |
Source | common/http/src/response.ts |
linkInterface Overview
interface HttpUserEvent<T> {
type: HttpEventType.User
}
linkDescription
A user-defined event.
Grouping all custom events under this type ensures they will be handled and forwarded by all implementations of interceptors.
linkMembers
type: HttpEventType.User