Angular 9 and Ivy
See original GitHub issueWith Ivy I got this warning:
WARNING in Entry point 'ng5-slider' contains deep imports into '/home/[repo]/node_modules/ng5-slider/node_modules/rxjs/Subject', '/home/[repo]/node_modules/ng5-slider/node_modules/rxjs/Subscription', '/home/[repo]/node_modules/ng5-slider/node_modules/rxjs/operators'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
Which is related to https://github.com/angular-slider/ng5-slider/issues/156
Issue Analytics
- State:
- Created 4 years ago
- Reactions:30
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Angular Ivy
Ivy is the code name for Angular's next-generation compilation and rendering pipeline. With the version 9 release of Angular, the new compiler and...
Read more >What Is Angular Ivy and Why Is It Awesome? - Okta Developer
With Angular 9, Ivy is the standard engine for rendering your content. With all these massive changes behind the scenes, you might be...
Read more >All About Angular Engine Ivy in 5 mins
With the Ivy instruction set, Angular 9 detects the unused code called tree-shaking rendering instruction and reduces bundle size. This offers ...
Read more >Version 9 of Angular Now Available — Project Ivy has arrived!
The 9.0.0 release of Angular is here! This is a major release that spans the entire platform, including the framework, Angular Material, and...
Read more >Top 6 Advantages of the Angular 9 Ivy Compiler | NeoITO
Ivy is much more efficient than ViewEngine. For each component in Angular less code is generated since the compiler removes the unused parts...
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 Free
Top 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

I just found this now via Google search: https://github.com/m0t0r/ngx-slider
Is there any solution on this. i am also facing same issue while build a project.