Alan Agius
4e8957eb40
test: replace --prod with --configuration production ( #46548 )
...
In Angular CLI version 14, the deprecated `--prod` option has been removed.
This is needed to land https://github.com/angular/angular/pull/46545
PR Close #46548
2022-06-28 09:39:05 -07:00
Andrew Kushnir
a623c4f622
test: drop no longer needed postinstall step from integration test apps ( #46182 )
...
This commit removed no longer needed postinstall step (to run ngcc) from integration test apps, to avoid extra processing.
PR Close #46182
2022-05-31 12:06:16 -07: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