Files
Matthieu Riegler 9943cb79da ci: add zone.js to minimumReleaseAgeExclude
This is a package we control the release of.

(cherry picked from commit d501506aa6)
2026-02-19 20:41:24 +00:00
..
2025-12-16 09:24:36 -08:00
2026-02-13 09:19:51 -08:00
2026-02-17 08:51:23 -08:00

CliHelloWorldLazy

This test checks bundle sizes when there is a lazy module. It also checks if the ngDevMode global variable and string references in packages/core/src/util/ng_dev_mode.ts are correctly removed.

This test contains a lazy route to ensure ngDevMode removal happens even across chunks, and a payload size check to ensure extra code is not retained accidentally.