-
Notifications
You must be signed in to change notification settings - Fork 94
feat: remove zoneless config #536
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
@mikeshtro I'm pinging you because you did create a bugfix for this feature.
I want to remove it because Angular now supports a providersFile setting, which can include default providers such as provideZonelessChangeDetection.
As an example see timdeschryver/Sandbox@5757d5f
Do you see any problems with this?
mikeshtro
commented
Aug 4, 2025
@timdeschryver I did not know about this feature until now. It looks good, I don't see any problem. Thanks for letting me know I will try to use it on my project this week.
Oh sorry, I think I pinged the wrong person then 😅
mikeshtro
commented
Aug 4, 2025
Sorry for the confusion, you market the right person. I meant I did not know the providersFile feature 😂
No description provided.