What it does
Configures the Injector
to return a value for a token.
How to use
Interface Description
For more details, see the Dependency Injection Guide.
Example
Interface Details
provide : any
An injection token. (Typically an instance of Type
or InjectionToken
, but can be any
).
useValue : any
The value to inject.
multi : boolean
If true, then injector returns an array of instances. This is useful to allow multiple providers spread across many files to provide configuration information to a common token.
exported from core/index, defined in core/src/di/provider.ts