InjectionToken<T>
type InjectionToken\<T\> = ServiceClass\<T\> | symbol;Defined in: src/lib/di/types.ts:16
Token for identifying services in the container. Can be a class constructor or a symbol for interface tokens.
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |