tomalaforge / angular-challenges

Set of Angular challenges to practise and train on Angular
https://angular-challenges.vercel.app
1.12k stars 1.76k forks source link

Answer:9 #1143

Open rxssula opened 2 weeks ago

rxssula commented 2 weeks ago

I didn't know that we can pass functions as arguments. And now I understood the efficiency behind this pipe. Pipes cache the result and it makes effective with heavy calculations on each render.