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