qwc/projects/qwc/src/lib/pipes/qwc-translate.pipe.ts
| Name | qwcTranslate |
| transform | ||||||||||||
transform(key: any, ...args: any[])
|
||||||||||||
|
Transforms the input key using the TranslatePipe. If the TranslatePipe is unavailable, falls back to the original value or a default value.
Parameters :
Returns :
any
The translated value or the fallback value. |