Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConstructorArg

Injectable instance constructor argument entry

author

Jānis Radiņš

Hierarchy

  • ConstructorArg

Index

Properties

Properties

index

index: number

Index of constructor argument

isOptional

isOptional: boolean

Defines if argument is optional and no error should be produced if requested type is not found in Injector

type

type: Type<any>

Type to be extracted from Injector as this argument is applied