fix(core): update
This commit is contained in:
parent
5e218e36a5
commit
f9d8175c8c
7
ts/smartrx.plugins.rxjs.ts
Normal file
7
ts/smartrx.plugins.rxjs.ts
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
// this file is intended to keep the bundle size down
|
||||||
|
|
||||||
|
export {
|
||||||
|
Observable,
|
||||||
|
Subject,
|
||||||
|
fromEvent
|
||||||
|
} from 'rxjs';
|
@ -1,5 +1,5 @@
|
|||||||
import * as lik from '@pushrocks/lik';
|
import * as lik from '@pushrocks/lik';
|
||||||
import * as rxjs from 'rxjs';
|
import * as rxjs from './smartrx.plugins.rxjs';
|
||||||
import * as smartpromise from '@pushrocks/smartpromise';
|
import * as smartpromise from '@pushrocks/smartpromise';
|
||||||
|
|
||||||
export { lik, rxjs, smartpromise };
|
export { lik, rxjs, smartpromise };
|
||||||
|
Loading…
Reference in New Issue
Block a user