ResolvedReflectiveProviderlink
An internal resolved representation of a Provider used by the Injector.
属性
| 属性名 | 类型 | 说明 |
|---|---|---|
| key | A key, usually a | |
| resolvedFactories | Factory function which can return an instance of an object represented by a key. | |
| multiProvider | Indicates if the provider is a multi-provider or a regular provider. |
使用说明
This is usually created automatically by Injector.resolveAndCreate.
It can be created manually, as follows: