Options
All
  • Public
  • Public/Protected
  • All
Menu

Used to create unique typed service identifier. Useful when service has only interface, but don't have a class.

Type parameters

  • T

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new Token(name?: string): Token
  • Parameters

    • Optional name: string

      Token name, optional and only used for debugging purposes.

    Returns Token

Properties

Optional name

name: string

Token name, optional and only used for debugging purposes.

Generated using TypeDoc