Open GerritK opened 6 years ago
Sure, but I'll wait for official first
PR's welcome
For now you can just install rxjs-compat, which as the name suggests is a compatibility layer between RxJS v5 and v6 and everything seems to work fine.
With rxjs-compat, the whole RxJS gets bundled into the application.
Update: Angular CLI library support is limited at this point.
1) It's very hard to tame it to work with sub-packages (e.g. @ngx-modialog/plugins/bootstrap
)
2) It does not support (by design) hot library reloading, i.e. it requires re-compiling and building for every change in the lib then reload the demo app.
I will start working on v6 changes, but again I want to switch this repo to use 100% supported build process so it will probably be nx
...
I have to say, that this no hot rebuild thing for libs (2) will not last long the CLI guys will realise it soon enough :)
ok, repo is angular-cli based, including demo app + libraries and of course cli library build which should make maintenance easier.
I'v also publish to npm, version 6.
There are some issues with the demo site, will work on that.
Hi, any progress? You are the last reason for rxjs-compat in our large application(
I guess this one is dead after two years no response action :(.
I'm submitting a ... [x] bug report [ ] feature request [ ] question about the decisions made in the repository
Do you want to request a feature or report a bug?
Bug
Build Errors when upgrading to Angular 6 / RXJS 6
upgrade rxjs to version ^6.0.0(-beta.2)
building without errors
keeping up to date with the new angular versions
Please tell us about your environment:
Angular version: 6.0.0-rc.0
Browser: all
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
The Upgrade Guide can be found here: https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md