Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

Index

Properties

Properties

Optional deps

deps: any[]

source dependencies to resolve for the factory or the constructor itself

Optional factory

factory: function

use a factory to provide the plugin instantiation

Type declaration

    • (...deps: any[]): T
    • Parameters

      • Rest ...deps: any[]

      Returns T

Optional token

token: ProviderToken

Key to use as provider if different than the decorated class itself