Generic selector that displays the string that matches the current value.
expression | i18nSelect:mapping
Where mapping
is an object that indicates the text that should be displayed for different values of the provided expression
. If none of the keys of the mapping match the value of the expression
, then the content of the other
key is returned when present, otherwise an empty string is returned.
exported from common/index defined in common/src/pipes/i18n_select_pipe.ts
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/docs/ts/latest/api/common/index/I18nSelectPipe-pipe.html