fix(core): update
This commit is contained in:
parent
66ee8ba0df
commit
b05a8e4fa4
@ -5,3 +5,11 @@ export {
|
|||||||
Subject,
|
Subject,
|
||||||
fromEvent
|
fromEvent
|
||||||
} from 'rxjs';
|
} from 'rxjs';
|
||||||
|
|
||||||
|
import { startWith, takeUntil, map } from 'rxjs/operators';
|
||||||
|
|
||||||
|
export const ops = {
|
||||||
|
startWith,
|
||||||
|
takeUntil,
|
||||||
|
map
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user