fix(core): update
This commit is contained in:
@@ -4,7 +4,7 @@ export { Observable, Subject, fromEvent, ReplaySubject, Subscription } from 'rxj
|
||||
|
||||
export type { Observer } from 'rxjs';
|
||||
|
||||
import { startWith, takeUntil, map, debounce, debounceTime } from 'rxjs/operators';
|
||||
import { startWith, takeUntil, map, debounce, debounceTime, throttleTime } from 'rxjs/operators';
|
||||
|
||||
export const ops = {
|
||||
debounce,
|
||||
@@ -12,4 +12,5 @@ export const ops = {
|
||||
map,
|
||||
startWith,
|
||||
takeUntil,
|
||||
throttleTime,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user