Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InjectorHanlder

Utility class to handle injection behavior on class decorations.

Hierarchy

  • InjectorHanlder

Index

Properties

Static typeInjections

typeInjections: Map<string, Array<any>> = new Map<string,Array<any>>()

Methods

Static decorateConstructor

  • decorateConstructor(derived: Function, base: Function): Function

Static getConstructorFromInstance

  • getConstructorFromInstance(target: Object): FunctionConstructor

Static getConstructorFromType

  • getConstructorFromType(target: Function): FunctionConstructor

Static getInjectorFromInstance

  • getInjectorFromInstance(target: Object): Array<any>

Static getInjectorFromType

  • getInjectorFromType(target: Function, recursive: boolean): Array<any>

Generated using TypeDoc