videogular / videogular2

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

not working with angular 8 #832

Closed p3x-robot closed 5 years ago

p3x-robot commented 5 years ago

Description

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.

  1. ng update --all

Attachments

Try to include screenshots for bugs or design assets for enhancements

image

candidosales commented 5 years ago

I need too!

candidosales commented 5 years ago

I forced version 8 in package.json and it's working! :)

p3x-robot commented 5 years ago

@candidosales ng update --all --force ?

p3x-robot commented 5 years ago

force worked

AliAUZ commented 4 years ago

how I can do it? I have same problem with angular ver 8.2.14

AliAUZ commented 4 years ago

ng update --all --force ? doesn't work for me