Class: ServiceToken<TService>
Defined in: tokens.ts:1
Type Parameters
| Type Parameter |
|---|
TService |
Constructors
Constructor
new ServiceToken<TService>(description: string): ServiceToken<TService>;
Defined in: tokens.ts:4
Parameters
| Parameter | Type |
|---|---|
description | string |
Returns
ServiceToken<TService>
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
description | readonly | string | tokens.ts:4 |
id | readonly | symbol | tokens.ts:2 |
Methods
toString()
toString(): string;
Defined in: tokens.ts:8
Returns
string