Binding RxJS Observable Sources Outside Of The NgZone In Angular 6.0.2

added by JavaScript Kicks
5/22/2018 6:50:24 AM

566 Views

Last week, I took a look at tracking the scroll percentage (0-100) of the Document (or any arbitrary Element) using RxJS. In that post, all of the Observable events triggered by the "scroll" interaction were meaningful to the subscriber. And, as such, it made sense that every scroll interaction should trigger a change-detection digest in Angular.


0 comments