core
core copied to clipboard
feat(pipe): add option to pipe to accept an array of string (concatenation)
Hi this is a simple implementation for pipe trasform to accept an array string of translations. This will:
- minimize duplication values of translation.
- minimize the code templating in a given component when we try to concatenate translations.


Thanks in advance.