The Wayback Machine - https://web.archive.org/web/20260217031922/https://angular.dev/api/core/StaticClassSansProvider
    • Overview
@angular/core

StaticClassSansProvider

interface
stable

Configures the Injector to return an instance of useClass for a token. Base for StaticClassProvider decorator.

API

    
      interface StaticClassSansProvider {  useClass: Type<any>;  deps: any[];}
    
    

useClass

Type<any>

An optional class to instantiate for the token. By default, the provide class is instantiated.

deps

any[]

A list of tokens to be resolved by the injector. The list of values is then used as arguments to the useClass constructor.

Jump to details
HTTPS · web.archive.org
← Home