DaffMultiInjectionToken

A injection token to hold and provide multiple values.

Properties

Name Type Description
token InjectionToken<Array<T>> The injection token. Its default value is an empty array.
provider <R extends T = T>(...values: Array<R>) => Array<ValueProvider> A helper function to provide values to the token.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.