fix(core): update
This commit is contained in:
parent
66ee8ba0df
commit
b05a8e4fa4
@ -4,4 +4,12 @@ export {
|
||||
Observable,
|
||||
Subject,
|
||||
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