• A class method decorator that specifies an injectable property

    Type Parameters

    • T

      Return type of the annotated method

    Parameters

    • property: string

      A unique string used to represent the property

    Returns ClassMethodDecorator<PropertyMethod<T>>

    See

    Config for example

Generated using TypeDoc