What is a parameterized pipe?

Technology CommunityCategory: AngularWhat is a parameterized pipe?
VietMX Staff asked 3 years ago

A pipe can accept any number of optional parameters to fine-tune its output. The parameterized pipe can be created by declaring the pipe name with a colon ( : ) and then the parameter value. If the pipe accepts multiple parameters, separate the values with colons.