Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency conflict with the latest angular version #918

Open
m-aljasem opened this issue Mar 21, 2021 · 4 comments
Open

Dependency conflict with the latest angular version #918

m-aljasem opened this issue Mar 21, 2021 · 4 comments

Comments

@m-aljasem
Copy link

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
@nolafs
Copy link

nolafs commented Mar 29, 2021

same here

@hostenvoy
Copy link

Same issue using angular 11

@m-aljasem
Copy link
Author

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 m-aljasem reopened this Apr 13, 2021
@tuanbs
Copy link

tuanbs commented Jul 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants