Interface FactoryProviderDef<T>

Type Parameters

  • T

Hierarchy

  • FactoryProviderDef

Properties

deps?: any[]
provide: any
root?: boolean
useFactory: ((...args) => T)

Type declaration

    • (...args): T
    • Parameters

      • Rest ...args: any[]

      Returns T

Generated using TypeDoc