zibri
Preparing search index...
di/models/injection-token.model
InjectionToken
Class InjectionToken<T>
Defines an injection token for the given key.
Type Parameters
T
Index
Constructors
constructor
Properties
key
Methods
to
String
Constructors
constructor
new
InjectionToken
<
T
>
(
key
:
string
)
:
InjectionToken
<
T
>
Type Parameters
T
Parameters
key
:
string
Returns
InjectionToken
<
T
>
Properties
Readonly
key
key
:
string
Methods
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
key
Methods
to
String
zibri
Loading...
Defines an injection token for the given key.