Wednesday, January 2, 2019

What is Angular 6 Pipes?

 Angular 6 Pipes : 

Pipes in Angular 6. Pipes were earlier called filters in Angular1 and called pipes in Angular 2 onwards.
The | character is used to transform data. Following is the syntax for the same
{{ Welcome to Angular 6 | lowercase}}
It takes integers, strings, arrays, and date as input separated with | to be converted in the format as required and display the same in the browser.
Let us consider a few examples using pipes.
https://www.tutorialspoint.com/index.htm

No comments:

Post a Comment