In Angular 1, filters are used which are later called Pipes onwards Angular2. In Angular 8, angular 9, it is known as pipe and used to transform data. It is denoted by symbol |
Angular 8 provides some built-in pipes:
Lowercasepipe
Uppercasepipe
#Datepipe
Currencypipe
Jsonpipe
Percentpipe
Decimalpipe
Slicepipe
You have seen the lowercasepipe and uppercasepipe examples. Now, let's take some examples to see how the other pipes work.
angular 8 tutorial in hindi | pipe in angular | #Angular9 #pipe example
Comments
Post a Comment