• 概要
@angular/common/http

HttpUserEvent

interface
stable

A user-defined event.

API

    
      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.

Jump to details