• Preparing search index...
  • The search index is not available
millconnect
  • millconnect
  • app/utilities/injectable
  • Injectable

Function Injectable

  • Injectable<T extends Instance>(): GenericClassDecorator<Type<T>>
  • A decorator that registers a class with dependency injection, enabling the automatic resolution of its constructor arguments based on their types and predefined injections.

    Type Parameters

    • T extends Instance

      The type of the instance being decorated.

    Returns GenericClassDecorator<Type<T>>

    A class decorator function that resolves and injects dependencies into the target class.

    • Defined in src/app/utilities/injectable.ts:12

Settings

Member Visibility
millconnect
  • Loading...

Generated using TypeDoc