On this page
ResolvedReflectiveFactory
class
An internal resolved representation of a factory function created by resolving Provider.
class ResolvedReflectiveFactory {
  constructor(factory: Function, dependencies: ReflectiveDependency[])
  factory: Function
  dependencies: ReflectiveDependency[]
}
   Constructor
        
          | 
      
factory | 
            Function | 
            Factory function which can return an instance of an object represented by a key.  | 
           
dependencies | 
            ReflectiveDependency[] | 
            Arguments (dependencies) to the   | 
           
Properties
| 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://v11.angular.io/api/core/ResolvedReflectiveFactory