angular / 4 / api / common / http / httpuserevent.html

HttpUserEvent

interface

Interface Overview

interface HttpUserEvent<T> { 
  type: 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: User

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