Angular 6 requires rxjs 6.1.0
See original GitHub issue[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior Can’t use Angular 6 with the datatable. The final Angular 6 is official released now.
Expected behavior Should be able to use Angular 6 with the datatable.
Reproduction of the problem
- Follow the steps at https://update.angular.io/ to update from 5.2. to 6.0
- Once you try to run
ng update @angular/core
, you will see the following error:Package "@swimlane/ngx-datatable" has an incompatible peer dependency to "rxjs" (requires "^5.0.0", would install "6.1.0").
What is the motivation / use case for changing the behavior? Allow usage with Angular 6
Please tell us about your environment: OS X, yarn
-
Table version:
"@swimlane/ngx-datatable": "^11.1.7"
-
Angular version: 6.0.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (2 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@juanchofelipe Make sure you have
"rxjs-compat": "^6.1.0",
somewhere in your package.json dependencies if you have other libraries/dependencies that aren’t updated to use rxjs 6 yet. ng-update should have added it already I think, but make sure.Can someone provide a list of package versions please ? … copy/paste of the package.json will be greate. thanks