fix(core): update
This commit is contained in:
		
							
								
								
									
										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 rxjs from 'rxjs'; | ||||
| import * as rxjs from './smartrx.plugins.rxjs'; | ||||
| import * as smartpromise from '@pushrocks/smartpromise'; | ||||
|  | ||||
| export { lik, rxjs, smartpromise }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user