class
final
A token used to manipulate and access values stored in HttpContext
.
class HttpContextToken<T> { constructor(defaultValue: () => T) defaultValue: () => T }
|
defaultValue | () => T |
Property | Description |
---|---|
defaultValue: () => T | Read-Only Declared in Constructor |
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/common/http/HttpContextToken