interface
A user-defined event.
interface HttpUserEvent<T> { type: HttpEventType.User }
Grouping all custom events under this type ensures they will be handled and forwarded by all implementations of interceptors.
Property | Description |
---|---|
type: HttpEventType.User |
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/common/http/HttpUserEvent