Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReflectiveKey

A unique object used for retrieving items from the ReflectiveInjector.

Keys have:

  • a system-wide unique id.
  • a token.

Key is used internally by ReflectiveInjector because its system-wide unique id allows the injector to store created objects in a more efficient way.

Key should not be created directly. ReflectiveInjector creates keys automatically when resolving providers.

experimental

Hierarchy

  • ReflectiveKey

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

id

id: number

token

token: Object

Accessors

displayName

  • get displayName(): string

Static numberOfKeys

  • get numberOfKeys(): number

Methods

Static get

Generated using TypeDoc