Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ModuleService

Index

Properties

Private bootstraps

bootstraps: BootstrapsServices

Private componentsService

componentsService: ComponentsService

Private controllersService

controllersService: ControllersService

Private effectsService

effectsService: EffectsService

Private externalImporter

externalImporter: ExternalImporter

Private lazyFactoryService

lazyFactoryService: LazyFactory

Private pluginService

pluginService: PluginService

Private servicesService

servicesService: ServicesService

Private validators

validators: ModuleValidators

watcherService

watcherService: ConstructorWatcherService = constructorWatcherService

Methods

setAfterPlugins

  • setAfterPlugins(plugins: any, original: object, currentModule: any): void

setBeforePlugins

  • setBeforePlugins(plugins: any, original: object, currentModule: any): void

setBootstraps

  • setBootstraps(bootstraps: any, original: object, currentModule: any): void

setComponents

  • setComponents(components: any[], original: any, currentModule: any): void

setControllers

  • setControllers(controllers: any[], original: any, currentModule: any): void

setEffects

  • setEffects(effects: any[], original: any, currentModule: any): void

setImports

  • setImports(imports: any, original: object): void

setInjectedDependencies

  • setInjectedDependencies(service: any): void

setPlugins

  • setPlugins(plugins: any, original: object, currentModule: any): void

setServices

setUseClass

  • setUseClass(service: any): void

setUseDynamic

  • setUseDynamic(service: any): void

setUseFactory

  • setUseFactory(service: any): void

setUseValue

  • setUseValue(service: any): void

Generated using TypeDoc