Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Angular Pipes

Pipes in Angular are used to format / transform data and display it in the UI. Pipes are not new in Angular, for those familiar with AngularJS can connect the same concept in Angular. The very basic pipe takes one input followed by the pipe | symbol which is again followed by the type of pipe to be used for transformation.

|

Pipes can have additional parameters to add more formatting / specification on how the transformation should be done, parameters are followed by the pipe type with a colon : symbol

| :

Pipes can have multiple parameters chained in sequence, each parameter in the chain is separated with a colon : symbol

| : : . . . :



This post first appeared on C# Guide, please read the originial post: here

Share the post

Angular Pipes

×

Subscribe to C# Guide

Get updates delivered right to your inbox!

Thank you for your subscription

×