now has working intake

This commit is contained in:
2017-11-01 14:59:28 +01:00
parent cd05c5c8d7
commit eb2d3e1b25
20 changed files with 185 additions and 58 deletions

View File

@ -2,4 +2,10 @@ import * as plugins from './smartrx.plugins'
export let standardExport = 'Hi there! :) This is a exported string'
export * from './smartrx.classes.observablemap'
export * from './smartrx.classes.observable'
export * from './smartrx.classes.observableintake'
import * as rxjs from 'rxjs'
export {
rxjs
}