AngularTS
    Preparing search index...

    Type Alias InjectableClass<TInstance>

    InjectableClass: new (...args: Dynamic[]) => TInstance

    A class (constructor function) that can be instantiated.

    Type Parameters

    • TInstance = unknown