class
final
An internal resolved representation of a factory function created by resolving Provider
.
class ResolvedReflectiveFactory { constructor(factory: Function, dependencies: ReflectiveDependency[]) factory: Function dependencies: ReflectiveDependency[] }
|
factory | Function | Factory function which can return an instance of an object represented by a key. |
dependencies | ReflectiveDependency[] | Arguments (dependencies) to the |
Property | Description |
---|---|
factory: Function | Declared in Constructor Factory function which can return an instance of an object represented by a key. |
dependencies: ReflectiveDependency[] | Declared in Constructor Arguments (dependencies) to the |
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/core/ResolvedReflectiveFactory