fix zone.js import

This commit is contained in:
Alex Shnitman 2024-04-12 09:26:58 +03:00
parent fb5a598a95
commit 4a3a8fcd8c

View file

@ -61,7 +61,7 @@ import '@angular/localize/init';
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'zone.js'; // Included with Angular CLI.
/***************************************************************************************************