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