• Overview
@angular/core

ValueSansProvider

interface
stable

Configures the Injector to return a value for a token. Base for ValueProvider decorator.

API

    
      interface ValueSansProvider {  useValue: any;}
    
    

useValue

any

The value to inject.

Jump to details