videogular2
videogular2 copied to clipboard
Dependency conflict with the latest angular version
Description
Problem while trying to add videogular2 to a new fresh Angular 11 project.
Expected Behavior
No dependency conflict when trying to add videogular to new projects .
Actual Behavior
- conflict between videogular2@7 and @angular/core@11 *
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.
- make sure you have the latest version of angular cli ( 11 currently )
- ng new VideogularTestApp
- npm install videogular2 --save
same here
Same issue using angular 11
guys ... I got the answer why this library is not working anymore with Angular 11. It is because they have stopped working on this one and made a new library
here is how you can get it working in your project
npm install @videogular/ngx-videogular --save
npm install @types/core-js --save-dev
for more info read the new library docs here https://videogular.github.io/ngx-videogular/docs/getting-started/
@m-aljasem Thanks for letting me know. They should mention this in their README.