I know I can call a pipe like this:
{{ myData | date:'fullDate' }}
Here the date pipe takes only one argument.
What is the syntax to call a pipe with more parameters, from component’s template HTML and directly in code?
I know I can call a pipe like this:
{{ myData | date:'fullDate' }}
Here the date pipe takes only one argument.
What is the syntax to call a pipe with more parameters, from component’s template HTML and directly in code?