How to Use Angular 2 Pipes
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 97.3 MB | Duration: 9 minutes
Angular has always been great at handling data. It can usually find a way to work with whatever you supply. And this has only gotten better in Angular 2. However, this flexibility means that sometimes your data doesn't look quite the way you want. Fortunately, Angular 2 has pipes that allow you to transform the data. Built-in pipes are provided for common formatting tasks, and if you need a pipe that doesn't already exist, you can create your own.