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 support

See original GitHub issue

I am trying to use this in my new angular 7 project and it loos like this does not support angular 6 onwards. Is there any plan to upgrade to use this with angular 7 or atleast 6 above with rxJs 6

Below is the error if try to use with angular 7

  ERROR in ./node_modules/ng-lightning/lookups/lookup.js
  Module not found: Error: Can't resolve 'rxjs/BehaviorSubject' in '/spmepath/node_modules/ng-lightning/lookups'
    ERROR in ./node_modules/ng-lightning/pick/pick.js
  Module not found: Error: Can't resolve 'rxjs/BehaviorSubject' in '/spmepath/node_modules/ng-lightning/pick'
    ERROR in ./node_modules/ng-lightning/lookups/lookup.js
  Module not found: Error: Can't resolve 'rxjs/Observable' in '/spmepath/node_modules/ng-lightning/lookups'
    ERROR in ./node_modules/ng-lightning/lookups/lookup.js
  Module not found: Error: Can't resolve 'rxjs/add/observable/of' in '/spmepath/node_modules/ng-lightning/lookups'
    ERROR in ./node_modules/ng-lightning/lookups/lookup.js
  Module not found: Error: Can't resolve 'rxjs/add/operator/debounceTime' in '/spmepath/node_modules/ng-lightning/lookups'
    ERROR in ./node_modules/ng-lightning/lookups/lookup.js
  Module not found: Error: Can't resolve 'rxjs/add/operator/distinctUntilChanged' in '/spmepath/node_modules/ng-lightning/lookups'
    ERROR in ./node_modules/ng-lightning/lookups/lookup.js
  Module not found: Error: Can't resolve 'rxjs/add/operator/do' in '/spmepath/node_modules/ng-lightning/lookups'
    ERROR in ./node_modules/ng-lightning/picklist/picklist.js
  Module not found: Error: Can't resolve 'rxjs/add/operator/filter' in '/spmepath/node_modules/ng-lightning/picklist'
    ERROR in ./node_modules/ng-lightning/lookups/lookup.js
  Module not found: Error: Can't resolve 'rxjs/add/operator/publish' in '/spmepath/node_modules/ng-lightning/lookups'
    ERROR in ./node_modules/ng-lightning/lookups/lookup.js
  Module not found: Error: Can't resolve 'rxjs/add/operator/skip' in '/spmepath/node_modules/ng-lightning/lookups'
    ERROR in ./node_modules/ng-lightning/lookups/lookup.js
  Module not found: Error: Can't resolve 'rxjs/add/operator/switchMap' in '/spmepath/node_modules/ng-lightning/lookups'
    ERROR in ./node_modules/ng-lightning/popovers/trigger.js
  Module not found: Error: Can't resolve 'rxjs/add/operator/take' in '/spmepath/node_modules/ng-lightning/popovers'

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
AnBauercommented, Nov 2, 2018

I upgraded the entire lib but unfortunately got no answer to my question wether they would be willing to integrate that major refactoring in the master. As the project I‘m working for is also heading from ng6 to 7 I will publish that version under ngx-lighting within the next days. My firm is going to continue supporting this lib… I‘ll post here when it is available. For right now you can go with rxjs-compat as mentioned in the other ng6 issue.

1reaction
sroetteringcommented, Nov 16, 2018

This lib looks amazing and I would love to use it. If only it would be better maintained. Looking forward to your fork @AnBauer

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular versioning and releases
We update peer dependencies in minor versions by expanding the supported versions, but we do not require projects to update these dependencies. Patch...
Read more >
Angular
Release Released Active Support 15 1 month and 1 week ago. (16 Nov 2022) Ends in 4 months and 3 weeks. (18 M... 14 (...
Read more >
Angular (web framework)
Angular is a TypeScript-based, free and open-source web application framework led by the ... Angular 7 was released on October 18, 2018. Updates...
Read more >
Angular versioning and releases
We update peer dependencies in minor versions by expanding the supported ... Note: As of Angular version 7, the major versions of Angular...
Read more >
What's new in Angular 7.0 and how you can upgrade
Angular 7.0 has updated its dependencies to support Typescript 3.1, RxJS 6.3 and Node 10. Now we will proceed to create our first...
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