Angular 7 support
See original GitHub issueI 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:
- Created 5 years ago
- Comments:9 (1 by maintainers)
Top 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 >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
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.
This lib looks amazing and I would love to use it. If only it would be better maintained. Looking forward to your fork @AnBauer