-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Support for Angular v19 #266
Comments
Hi! Angular 19 was realeased a couple days ago. Waiting for your update :) thanks! |
angularx-qrcode 19 for angular 19 is out. Since Angular 19, the latest version of the angularx-qrcode module is now exported as a standalone component. If you’re upgrading from a version before Angular 19, please replace the import statement with the component’s name since it’s now a standalone component. Instead of importing
Thanks for using angularx-qrcode and happy coding 🎉 |
Update: angularx-qrcode 19 for angular 19 is now out!
Since Angular 19, the latest version of the angularx-qrcode module is now exported as a standalone component. If you’re upgrading from a version before Angular 19, please replace the import statement with the component’s name since it’s now a standalone component. Instead of importing
QRCodeModule
we importQRCodeComponent
.Please let me know, if you have any issues with the latest release!
Original comment:
Angular 19 is coming out soon! 🎉
This issue is here to keep track of the progress on adding Angular 19 support to angularx-qrcode.
The text was updated successfully, but these errors were encountered: