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?

6 Answers
6

Leave a Reply

Your email address will not be published. Required fields are marked *