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

ClassSansProvider

interface
stable

Configures the Injector to return a value by invoking a useClass function. Base for ClassProvider decorator.

API

    
      interface ClassSansProvider {  useClass: Type<any>;}
    
    

useClass

Type<any>

Class to instantiate for the token.

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