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.