Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IOC/ServiceBuilder"

Index

Variables

IOC_CONTAINER

IOC_CONTAINER: Map<any, any> = new Map<any, any>()

Singleton

Singleton: Map<any, any> = new Map<any, any>()

error

error: string = `Cannot create and instance of Static Builder Class.Methods need to be used Statictically`.trim()

ioc

ioc: Map<any, any> = IOC_CONTAINER

metadata_error

metadata_error: string = `There doesn't seem to be any metadata generated from your classes.You can read more about metadata here: https://www.npmjs.com/package/reflect-metadataYou might be missing the following in your typescript file{"compilerOptions": {"experimentalDecorators": true,"emitDecoratorMetadata": true}}`.trim()

Generated using TypeDoc