Angular

  • 1 post

Angular Pipes and localization

What are pipes? For people who have worked with Angular version one, pipes are the new filters. You use pipes to format data. For example if you want to format a date you can use the built in date pipe. The above code will result in the following output 2016-12-28.