-
Notifications
You must be signed in to change notification settings - Fork 26.5k
feat(core): Promote zoneless to stable #62699
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
Conversation
Will zonejs be completely removed in the future? This means that zonejs can no longer be used in ng |
@HCenggel zonejs inside Angular apps will be supported for the forseable future. Zoneless is the future (and will be the default) for new apps. |
packages/core/src/change_detection/scheduling/zoneless_scheduling_impl.ts
Show resolved
Hide resolved
@JeanMeche Am I correct in understanding that Zoneless will become the default starting with Angular v21, not in v20.2? |
I've amended my comment. Only merged PRs should really be considered for now. The PR you've mentionned relies on a FW braking change and thus can only land in a major. |
This commit moves zoneless from developer preview to stable and updates the roadmap to indicate it is ready for production use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
caretaker note: docs only |
This PR was merged into the repository by commit 141bb75. The changes were merged into the following branches: main |
This commit moves zoneless from developer preview to stable and updates the roadmap to indicate it is ready for production use.