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
- Remove zone.js and provideZoneChangeDetection; rely on the Angular v22
zoneless default (no explicit provideZonelessChangeDetection needed)
- Drop zone.js from polyfills/angular.json across app, app-lob, app-crm
- Notify Angular after setInterval-driven updates (markForCheck) in the
live samples (boston-marathon, finjs) so the grid refreshes when zoneless
- Keep provideAnimations() (required by Ignite UI's AnimationBuilder)
- Switch app-lob test bootstrap to a zone-free setup
0 commit comments