• Overview
@angular/common

I18nSelectPipe

pipe

Generic selector that displays the string that matches the current value.

  
    class I18nSelectPipe implements PipeTransform {}
  
  

transform

string
@paramvaluestring | null | undefined

a string to be internationalized.

@parammapping{ [key: string]: string; }

an object that indicates the text that should be displayed for different values of the provided value.

@returnsstring
Jump to details