From 56cc2146cd83145f7024be3d3fabb2080e344a1e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 4 Jul 2026 09:18:59 -0700 Subject: [PATCH] Remove zone import from polyfill --- src-ui/src/polyfills.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src-ui/src/polyfills.ts b/src-ui/src/polyfills.ts index ac9c93e4a..aa8ce82f4 100644 --- a/src-ui/src/polyfills.ts +++ b/src-ui/src/polyfills.ts @@ -46,11 +46,6 @@ import '@angular/localize/init' * */ -/*************************************************************************************************** - * Zone JS is required by default for Angular itself. - */ -import 'zone.js' // Included with Angular CLI. - /*************************************************************************************************** * APPLICATION IMPORTS */