A injection token to hold and provide multiple services.
Name | Type | Description |
---|---|---|
token | InjectionToken<Array<T>> | The injection token. Its default value is an empty array. |
provider | <R extends T = T>(...classes: Array<Type<R>>) => Array<ExistingProvider> | A helper function to provide service classes to the token. |