Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "index"

Index

Type aliases

ServiceKey

ServiceKey: any

A key for an exported service.

Variables

Const EXPORTS

EXPORTS: unique symbol = Symbol('EXPORTS')

Const IMPORTS

IMPORTS: unique symbol = Symbol('IMPORTS')

Const IMPORT_MANYS

IMPORT_MANYS: unique symbol = Symbol('IMPORT_MANYS')

Const VALUE_NOT_CREATED

VALUE_NOT_CREATED: unique symbol = Symbol('VALUE_NOT_CREATED')

Functions

Export

  • Marks a class as exportable.

    Parameters

    Returns ClassDecorator

    The decorator function.

Import

  • Marks a property to load an exported service.

    Parameters

    Returns any

    The decorator function.

ImportMany

  • Marks a property to load an exported services.

    Parameters

    Returns any

    The decorator function.

Generated using TypeDoc