question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular 7 compatibility

See original GitHub issue

Actually the Angular Slick grid is not compatible Angular 6, errors of kind :

node_modules/angular-slickgrid/app/modules/angular-slickgrid/models/backendEventChanged.interface.d.ts(3,10): error TS2305: Module '"E:/WS/Angular6App/node_modules/rxjs/Observable"' has no exported member 'Observable'.
node_modules/angular-slickgrid/app/modules/angular-slickgrid/models/backendServiceApi.interface.d.ts(5,10): error TS2305: Module '"E:/WS/Angular6App/node_modules/rxjs/Observable"' has no exported member 'Observable'.
node_modules/angular-slickgrid/app/modules/angular-slickgrid/services/export.service.d.ts(3,10): error TS2305: Module '"E:/WS/Angular6App/node_modules/rxjs/Subject"' has no exported member 'Subject'.

To by pass this issue, I downgraded the RXJS version from 6.0.0 to 5.6.0-forward-compat.5 This is a temporary solution, all errors related to angular slick grid disapeared, but when starting the application, this alert is displayed (in red):

This project uses a temporary compatibility version of RxJs (5.6.0-forward-compat.5).
Please visit the link below to find instructions on how to update RxJs.
https://docs.google.com/document/d/12nlLt71VLKb-z3YaSGzUfx6mJbc34nsMXtByPUN35cg/edit# 

Should this be worrying ?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:20 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
ctungcommented, Jun 12, 2018

Thanks, that fixed it! stackblitz

1reaction
sabeurchcommented, Jun 8, 2018

This is an offcial migration document https://github.com/ReactiveX/rxjs/blob/master/docs_app/content/guide/v6/migration.md . It accentuates on the necessity of refactoring source code after a step of compatibility. To make Angular Slick grid temporarly working on Angular 6: $npm install rxjs@6 rxjs-compat@6 --save It will install “rxjs”: “^6.2.0” as devDependencies and “rxjs-compat”: “^6.2.0” as dependencies,

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is there a compatibility list for Angular / Angular-CLI and Node ...
Nice idea. A new Angular 13 project has 647 hits for engines within package-lock.json. However, I guess we're looking for the CLI's NodeJS ......
Read more >
Compatibility list for Angular/Angular-CLI and Node.js
Angular CLI Angular NodeJS TypeScript – 2.x 6.0.x or later minor 2.0.x 1.0.6 4.x 6.9.x or later minor 2.2.x 1.1.3 4.x 6.9.x or later minor 2.3.x...
Read more >
angular-cli-node-js-typescript-rxjs-compatiblity-matrix.csv
Your issue is that Angular 9.1 only supports Node.js 10 and 12. You must downgrade to Node.js 12 and a package manager version...
Read more >
Angular versioning and releases
Minor releases are fully backward-compatible; no developer assistance is expected during update, but you can optionally modify your applications and libraries ...
Read more >
Browser support - Angular
Firefox, latest and extended support release (ESR) ; Edge, 2 most recent major versions ; Safari, 2 most recent major versions ; iOS,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found