Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyInjection

Describes property of a type that expects to receive value from Injector.

author

Jānis Radiņš

Hierarchy

  • PropertyInjection

Index

Properties

Properties

isOptional

isOptional: boolean

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

name

name: string

Name of class property that expects to value from Injector

type

type: Type<any>

Type to be extracted from Injector as this argument is applied