Skip to content

Commit

Permalink
fix: update zonejs polyfills import
Browse files Browse the repository at this point in the history
As stated in the readme: Starting with Zone.js
v0.11.1 the import changes to zone.js
  • Loading branch information
michaelschoenbaechler committed Oct 13, 2023
1 parent 83a3878 commit 0ba883c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import './zone-flags';
/***************************************************************************************************
* 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.

/***************************************************************************************************
* APPLICATION IMPORTS
Expand Down

0 comments on commit 0ba883c

Please sign in to comment.