videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
670 stars 211 forks source link

Dependency conflict with the latest angular version #918

Open m-aljasem opened 3 years ago

m-aljasem commented 3 years ago

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

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.

  1. make sure you have the latest version of angular cli ( 11 currently )
  2. ng new VideogularTestApp
  3. npm install videogular2 --save
nolafs commented 3 years ago

same here

lingoyak commented 3 years ago

Same issue using angular 11

m-aljasem commented 3 years ago

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/

tuanbs commented 3 years ago

@m-aljasem Thanks for letting me know. They should mention this in their README.