HttpUserEvent
interface
npm Package | @angular/common |
---|---|
Module | import { HttpUserEvent } from '@angular/common/http'; |
Source | common/http/src/response.ts |
Interface Overview
interface HttpUserEvent<T> { type: HttpEventType.User }
Description
A user-defined event.
Grouping all custom events under this type ensures they will be handled and forwarded by all implementations of interceptors.
Members
type: HttpEventType.User
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/common/http/HttpUserEvent