Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModuleDescriptor

System module metadataInternal description format.

author

Jānis Radiņš

Hierarchy

  • ModuleDescriptor

Index

Properties

Optional commandMap

List of event names that should be mapped to commands as module is added to system scope.

Optional mappings

mappings: (Type<any> | InjectionDescriptor)[]

List of types that should be added as singletons to Injector as this modules is mapped or list of explicit injector instructions for very same purpose.

Optional mediate

List of mediator mappings required by particular module.

Optional requires

requires: Type<any>[]

List of modules particular module is dependant on.