Answers for "why async pipe should be used in angular"

1

why async pipe should be used in angular

Async pipe automatically unsubscribes the observable thus saving some lines of code
Async pipe utilizes on push change detection strategy which is good for performance.
Posted by: Guest on July-17-2020

Code answers related to "why async pipe should be used in angular"

Code answers related to "Javascript"

Browse Popular Code Answers by Language