-
Notifications
You must be signed in to change notification settings - Fork 41
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
Upgrading to Angular 8 #30
Comments
I would like to update to Angular 8 too and this holds me back for the moment. |
You can get the service code from the repository. Create your own project service for video embedding. Fix what it needs for Angular 8 upgrading and continue working. |
Can you please share the migration result? |
very interested in getting this library upgraded to Angular 8 too. |
Is this still an actively supported project? I.e. would also love to see an "official" release to support Angular v8. |
@Eraldo I've removed the package, updated Angular to latest, then re-added the package functionality as a Service by copying the code from edit: If you want to keep it the same as the package, like a module, then you will also need the code from The package has MIT license, so it shouldn't be any problem. |
Do you mind doing this in the library itself and merging Adrian? That way we can keep getting updates and improvements down the road. |
Remove the package, upgrade to Angular 8, readd the package. Works fine. If anyone experiences an issue with Angular 8, imo the solution would be to create a pull-request here instead of creating yet another library. I would have done it myself, but the upgrade-process worked fine. |
come on, guys, 5 contributors, used by 372 other packages, and no one is able to do a basic upgrade to the latest version of Angular, ^8.x.x? |
do a fork, do the upgrade and submit a pull request |
that's your job, not mine :) |
It's not a "job" like you call it because you don't pay us (or am I missing something?!). Please refer to what a job is and what an Open Source Software is. |
i like u funny guy |
@danconte72 Can you check my pull request please. |
@Abdulrahmanh95 tnx for your PR, appreciate |
@Mallfurion It is a good package and very helpful. Are you planning to merge @Abdulrahmanh95 PR in the near future? |
Simply remove the package out of your package.json and you can add it back in later after upgrading is completed. Hope it has helped. |
I am trying to upgrade to Angular 8 but received the following warnings:
The text was updated successfully, but these errors were encountered: