I18nSelectPipe
pipe
Generic selector that displays the string that matches the current value.
API
Description
Usage Notes
class I18nSelectPipe implements PipeTransform {}
transform
string
@paramvalue
string | 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
.
@returns
string
Jump to details