You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ! 👍
The text was updated successfully, but these errors were encountered:
Currently
rxjs-zone-less
provides unpatched version offromEvent
,interval
,timer
and schedulers.Per
@rx-angular/eslint-plugin
and itsno-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 ! 👍
The text was updated successfully, but these errors were encountered: