HttpUserEvent

From Get docs
< @angular/common‎ | httpAngular/docs/11/api/common/http/httpuserevent


HttpUserEvent

interface

A user-defined event.

See more...

interface HttpUserEvent<T> {
  type: HttpEventType.User
}

Description

Grouping all custom events under this type ensures they will be handled and forwarded by all implementations of interceptors.

Properties

Property Description
type: HttpEventType.User


© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/common/http/HttpUserEvent