DEV Community

Discussion on: 7 Deadly Sins of Angular

Collapse
 
mfp22 profile image
Mike Pearson

Great article! I just barely posted an article explaining how to get around this:
"Only subscribe to an Observable manually if you need to perform an imperative operation that cannot be done in another way. A very common example of that is enabling/disabling a FormControl depending on the latest emission from an RxJS stream."

Collapse
 
layzee profile image
Lars Gyrup Brink Nielsen

Thanks, Mike.

I just read your article dev.to/mfp22/isn-t-angular-reactiv...