fix(core): update

This commit is contained in:
2020-05-27 20:47:15 +00:00
parent 4d0567a95d
commit 23061c86eb
6 changed files with 1914 additions and 73 deletions

View File

@@ -1,11 +1,4 @@
import { Observable } from 'rxjs';
const rxjsPart = {
Observable
};
export { rxjsPart };
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
export { smartpromise };
export { smartpromise, smartrx };