smartstate/ts/smartstate.plugins.ts

14 lines
192 B
TypeScript
Raw Normal View History

2019-02-21 20:48:39 +00:00
import { Observable } from 'rxjs';
const rxjsPart = {
Observable
};
export { rxjsPart };
2019-09-25 13:28:39 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
};