• Overview
@angular/core

ValueSansProvider

interface

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

  
    interface ValueSansProvider {}
  
  

useValue

any

The value to inject.

Jump to details