-
Notifications
You must be signed in to change notification settings - Fork 47
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
@ngx-meta/core Doesn't support Angular 11.X.X #210
Comments
I'm facing the same issue, any info on this? |
@fulls1z3 is this library still developed? |
@fulls1z3 asking again... Are there any plans to continue development or at least supporting this library for new Angular versions?
Can you please provide any statement on this? Or should we forsake this library for good? |
Considering the library has been "abandoned/deprecated". |
Yeah, now it's better to use |
@aaa123eee @Heatmanofurioso this library uses meta service from @angular/platform-browser under the hood, so I wouldn't say that using Meta service is 'better' per se. As this library seems to be abandoned and the author doesn't even bother to answer questions about its future (but is still active on github in private repos), I decided to get rid of all the ngx-* libraries and implement the functionality myself. |
@matusbielik You are correct, although I think Angular's Meta allows you to do that too by itself nowadays. It's a pity, as it really is a good project |
I'm facing the same issue, any info on this? |
BREAKING CHANGE: Support only Angular 12
Same issue here :( |
Guys!! Peertube have been using ngx-meta, but now that it is no longer supported, they have deleted it and made their own guard here: https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/app/core/routing/meta-guard.service.ts
link: https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/app/app-routing.module.ts |
need help with these PR's, especially with ng-packagr is failing. once done aim is first to ng 10 and then eventually to ng11 and ng12 (supporting all intermediate versions) and finally we're showcasing it on fulls1z3/universal#755 |
I'm submitting a ...
Current behavior
Currently we can't update Angular projects to 11.x.x using ng update, which also contain @ngx-meta/core due to @ngx-meta/core only supporting up until 10.0.0
Expected/desired behavior
@ngx-meta/core should be able to support Angular 11.x.x
Minimal reproduction of the problem with instructions
Any Angular project in 10.x.x, and attempting to perform ng update @angular/core
What is the motivation / use case for changing the behavior?
Keeping up with current versions of Angular and keeping the package alive and relevant with current developments
Environment
Angular version: 11.0.1
For Tooling issues:
The text was updated successfully, but these errors were encountered: