• Autowired Decorator Factory

    Automaticaly wire up a dependency into a class. This is a helper for Inject that will automatically determine the name of the service to inject.

    Returns

    • a property decorator

    See

    Inject

    Parameters

    • Optional options: InjectOptions

      optional params

    Returns PropertyDecorator

Generated using TypeDoc