smartstate/ts/smartstate.plugins.ts

12 lines
188 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';
2020-05-18 04:10:36 +00:00
export { smartpromise };