Currently rxjs-zone-less provides unpatched version of fromEvent, interval, timer and schedulers.
Per @rx-angular/eslint-plugin and its no-zone-critical-rxjs-operators rule, some operators shouldn't be used for example : throttle, delay, debounceTime etc.
That'd be great if the lib would also provide zone-less rxjs operators !
Anyway, thanks for the work ! 👍
Currently
rxjs-zone-lessprovides unpatched version offromEvent,interval,timerand schedulers.Per
@rx-angular/eslint-pluginand itsno-zone-critical-rxjs-operatorsrule, some operators shouldn't be used for example :throttle,delay,debounceTimeetc.That'd be great if the lib would also provide zone-less rxjs operators !
Anyway, thanks for the work ! 👍