Angular Pipes – Built in and Custom Pipe
Pipes in Angular transform the data before it display it to view. In Angular 1 i.e. AngularJs, Pipes were called as filter. Angular offers built-in pipes and custom pipes as well. To apply pipe Angular uses | symbol before any pipe. Syntax to use pipe in Angular – {{<value>| <pipename>}} Angular Built-in Pipes LowerCasePipe – … Read more