W3cubDocs

/Angular

ResolvedReflectiveFactory

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[]
}

Constructor

constructor(factory: Function, dependencies: ReflectiveDependency[])

Parameters
factory Function

Factory function which can return an instance of an object represented by a key.

dependencies ReflectiveDependency[]

Arguments (dependencies) to the factory function.

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 factory function.

© 2010–2022 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/core/ResolvedReflectiveFactory