0
comment
comment
on 5/4/2018 5:23 AM
Async pipe versus Subscribe in Angular
Over the past year, working in companies using Angular, many times have I been in situations where I was asked to explain the differences between async pipe and .subscribe in Angular.
More precisely explain my standpoint which is to always use async pipe when possible and only use .subscribe when side effect is an absolute necessity.
The challenge in