Angular Performance: Optimizing Expression Re-evaluation with Pure Pipes

added by JavaScript Kicks
6/3/2019 8:40:10 AM

740 Views

Learn what Angular pipes are and how to use them wisely to optimize your app's performance Pipes is an unpopular but very essential feature of Angular. It enables us to pipe our data and modify it on-the-go, without adding extra code to our components; the data is piped through and transformed before being displayed.


0 comments