You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Well I had to migrate a large codebase from some old version of angular to angular 19. Little I did know I was about to open the doors of the hell. I spent 1 f. day to understand how to migrate. "oh you need to just import modules on components that's all" yes, sure. After a while a give up and created a new project, added angular material, disabled ssr, added a simple material slider and ran the application. Always the same f. issue: on desktop everything works perfectly, but when I access the angular app on mobile nothing works. When I go to chrome://inspect it says something like "this configuration requires zone.js". So I import it in the main.ts file but nohting changes. It's so disappointing. I used to love angular but I think I need to change framework at this point. Not even gpt o3 could understand what was wrong jesus
Reproduction
StackBlitz link:
Steps to reproduce:
1.
2.
Expected Behavior
to work
Actual Behavior
doesn't work
Environment
Angular: 19
CDK/Material: 19.2.16
Browser(s): all
Operating System (e.g. Windows, macOS, Ubuntu): windows
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Well I had to migrate a large codebase from some old version of angular to angular 19. Little I did know I was about to open the doors of the hell. I spent 1 f. day to understand how to migrate. "oh you need to just import modules on components that's all" yes, sure. After a while a give up and created a new project, added angular material, disabled ssr, added a simple material slider and ran the application. Always the same f. issue: on desktop everything works perfectly, but when I access the angular app on mobile nothing works. When I go to chrome://inspect it says something like "this configuration requires zone.js". So I import it in the main.ts file but nohting changes. It's so disappointing. I used to love angular but I think I need to change framework at this point. Not even gpt o3 could understand what was wrong jesus
Reproduction
StackBlitz link:
Steps to reproduce:
1.
2.
Expected Behavior
to work
Actual Behavior
doesn't work
Environment
The text was updated successfully, but these errors were encountered: