DEV Community

Discussion on: The Only 2 Ways, You Ever Need To Unsubscribe Angular Observables

Collapse
 
jurrievoss profile image
Jurjen Vos

Nice article!

Question though:
what happens when you use multiple async pipes in your html template with the same api call? Will it trigger multiple requests?

Collapse
 
devbyrayray profile image
Dev By RayRay

As long as you refer to the same Observable, you will have 1 API call and multiple places where your results are shown 😉