videogular2 icon indicating copy to clipboard operation
videogular2 copied to clipboard

Dependency conflict with the latest angular version

Open m-aljasem opened this issue 4 years ago • 4 comments
trafficstars

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.

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

m-aljasem avatar Mar 21 '21 05:03 m-aljasem

same here

nolafs avatar Mar 29 '21 10:03 nolafs

Same issue using angular 11

lingoyak avatar Apr 01 '21 17:04 lingoyak

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 avatar Apr 13 '21 05:04 m-aljasem

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

tuanbs avatar Jul 15 '21 07:07 tuanbs