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