not working with angular 8
See original GitHub issueDescription
not working with angular 8.
Expected Behavior
Works with Angular 8.
Actual Behavior
Package "videogular2" has an incompatible peer dependency to "@angular/core" (requires "^6.0.3" (extended), would install "8.0.0").
Steps to Reproduce
If this is an issue, describe the steps you took to see the issue. If this is a feature, delete this block.
ng update --all
Attachments
Try to include screenshots for bugs or design assets for enhancements
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:6
Top Results From Across the Web
Angular 8 ng serve not loading app after upgraded from ...
I upgraded my angular from 6 to 8 with the command ng update --all --force . The upgraded was successful.
Read more >Angular 8.x / 9.x & Internet Explorer Not Working. Quick Solution!
Angular 8 and above are not working on IE at all. Its really hard to test your application on IE, how the layout...
Read more >Bootstrap not loading in Angular 8 after installation
One way to add Bootstrap in an Angular application is to use npm to install it in your application. Open a command window,...
Read more >After migrating from angular universal 8 to 9, the page is in ...
after I upgraded from angular 8 to angular 9, Angular SSR stopped working. it compiles everything right, when I open it in the...
Read more >Lazy-loading feature modules - Angular
In Angular version 8, the string syntax for the loadChildren route specification was deprecated in favor of the import() syntax. You can opt...
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 forced version 8 in package.json and it’s working! 😃
I need too!