Alan Agius
2d7f48cf74
test: fix misconfiguration in tests ( #49391 )
...
Currently, tests are tested twice using "production" like configuration. This commit disabled "optimization" for non production builds.
PR Close #49391
2023-03-15 16:59:50 -07:00
Matthieu Riegler
279e7d4465
refactor: cleanup polyfills by importing zone.js directly in angular.json ( #48380 )
...
Since v15, polyfills can be passed directly into angular.json. Let's use this opportunity to reduce the number of unecessary files.
PR Close #48380
2022-12-13 13:37:08 -08:00
Andrew Kushnir
3e46a426c4
test(core): add integration test apps for the bootstrapApplication API ( #45674 )
...
This commit adds 2 integration apps to verify the `bootstrapApplication` API behavior as well as keep track of the bundle size and retained symbols (tree-shaking).
PR Close #45674
2022-04-21 17:47:54 -07:00