Tuesday, February 13, 2018

Pipes In Angular 5

In this article we will be discussing Pipes in Angular 5. Pipes are the operators which is used to format data in Angular. This comes from the symbol (|) used to do this operation. Pipes are there in Angular from Angular2 onwards. But it has evolved over the period of time. There are many inbuilt pipes available in Angular 5 and it gives an easy template to create your own pipe using @angular/cli.

source http://www.c-sharpcorner.com/article/pipes-in-angular-5/

No comments:

Post a Comment