Enable Zoneless change detection

- Increases overall app ui performance
- disable zone.js
This commit is contained in:
Clemente Raposo 2024-10-17 22:56:04 +01:00 committed by Jack Anderson
parent 7019314482
commit d845c8e483
3 changed files with 4 additions and 3 deletions

View file

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