Class FactoryProvider<M>

Type Parameters

  • M

Hierarchy

  • FactoryProvider

Implements

Constructors

Properties

deps?: any[]
factory: ((...args) => M)

Type declaration

    • (...args): M
    • Parameters

      • Rest ...args: any[]

      Returns M

injector: Injector
param_deps?: ParamDepsMeta[]
token: any
used: boolean = false

Methods

Generated using TypeDoc