This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

HttpUserEvent

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