Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "common/diModule"

Index

Variables

Object literals

Variables

diModule

diModule: ContainerModule = new ContainerModule((bind) => {bind<Utility>(TYPES.Utility).to(Utility);bind<ModelMapper>(TYPES.ModelMapper).to(ModelMapper);bind<IHALParser>(TYPES.IHALParser).toConstantValue(HALParser);})

Object literals

TYPES

TYPES: object

IHALParser

IHALParser: any = Symbol("IHALParser")

ModelMapper

ModelMapper: any = Symbol("ModelMapper")

Utility

Utility: any = Symbol("Utility")

Generated using TypeDoc