Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FactoryProvider<T>

Type parameters

  • T

Hierarchy

  • FactoryProvider

Index

Properties

Optional inject

inject: Array<Type<any> | string | any>

provide

provide: string | symbol | Type<any> | Abstract<any> | Function

Optional scope

scope: Scope

useFactory

useFactory: function

Type declaration

    • (...args: any[]): T
    • Parameters

      • Rest ...args: any[]

      Returns T

Generated using TypeDoc