79668160

Date: 2025-06-16 19:56:51
Score: 1
Natty:
Report link

The best way to get good performance on develop and builded working is adding zone.js conditionally at start of server.ts:

if (environment.production) {
  await import('zone.js');
}

I couldnt find a way to import only on build using angular.json.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sergio Fernández