fix(core): update

This commit is contained in:
2020-09-24 17:28:57 +00:00
parent 552cae9755
commit bba7bb7eea
5 changed files with 1026 additions and 901 deletions

View File

@ -1,6 +1,6 @@
// this file is intended to keep the bundle size down
export { Observable, Subject, fromEvent, ReplaySubject } from 'rxjs';
export { Observable, Subject, fromEvent, ReplaySubject, Subscription } from 'rxjs';
import { startWith, takeUntil, map, debounce, debounceTime } from 'rxjs/operators';