deanrad / antares-ts

Antares is an Architecture for making real-time applications with confidence.
https://deanius.github.io/antares/
MIT License
2 stars 0 forks source link

Dont require rxjs for live demos (use exports of Antares) #53

Closed deanrad closed 6 years ago

deanrad commented 6 years ago
deanrad commented 6 years ago

export { from, of, empty, concat } from "rxjs" export { startWith, last, filter, delay, map, mapTo } from "rxjs/operators"

deanrad commented 6 years ago

:tada: This issue has been resolved in version 2.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: