vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Variable injectableConst

    injectable: InjectableDecorator = ...

    Register a class as injectable component into the application container. Each injectable class has a default lifecycle policy which determines if a new class is instantiated per resolution (transient) or if the same instance is reused across resolutions (singleton).

    If no lifecycle policy is specified, the default is singleton.

    Constructions options for the service