-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Angular 12 support #454
Comments
Sure, the update will come soon. Out of curiosity - does the latest version still work with Angular v12? |
Sorry for the late reply, @gund. Yes, everything seems to be working just fine as of Angular 12.1.1 👌 |
Hi @gound, any plan to support Angular 12 in the near future? We are depending on "peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"rxjs": "^6.0.0"
}, |
Hello, is there any reason why there is no activity for this issue? Do you need a PR which would bump dependencies? |
We are planning to fork this project to overcome this. |
We are forking it too. There is a PR pending for this, ignored for long time. Is this project abandoned? Can someone take it over? |
Hi all! |
Hi @gund, great to see you alive. Would be great to migrate to ng 13 also. |
# [9.0.0](v8.0.1...v9.0.0) (2021-12-01) ### Bug Fixes * **api:** remove deprecated APIs ([f7757de](f7757de)) ### Features * **ng:** update to Angular v12 ([fd6f953](fd6f953)), closes [#454](#454) ### BREAKING CHANGES * **ng:** No API changes were introduced * **api:** Removed APIs: - Removed `ComponentInjector` - use `DynamicComponentInjector` - Removed `COMPONENT_INJECTOR` - use `DynamicComponentInjectorToken`
🎉 This issue has been resolved in version 9.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hey @edbzn, yes I will release updates in 2 steps - one for v12 and then for v13 =) |
Support for Angular v13 is out now as well! |
With the release of Angular 12, it'd be lovely to see official support from ng-dynamic-component 👌
The text was updated successfully, but these errors were encountered: