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 9 and Ivy

See original GitHub issue

With 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:closed
  • Created 4 years ago
  • Reactions:30
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

7reactions
merobalcommented, May 3, 2020

I just found this now via Google search: https://github.com/m0t0r/ngx-slider

3reactions
rohyadavcommented, May 20, 2020

Is there any solution on this. i am also facing same issue while build a project.

Read more comments on GitHub >

github_iconTop 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 >

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