Matthieu Riegler
56cb0931ef
refactor(core): drop the usage of PromiseSettledResult<void> ( #63955 )
...
`PromiseSettledResult<void>` requires the ES2020 typings. Those might not be provided (or `skipLibCheck` is not enabled).
fixes #63931
PR Close #63955
2025-09-19 20:27:25 +00:00
Jessica Janiuk
4924108630
refactor(core): dispatch enter and leave animations at the right times ( #63450 )
...
This updates the enter and leave logic to use the stored LView data to dispatch the enter and leave animations at the right points in the lifecycle. This should fix issues with signals not being available yet, parallel animations, and also eliminate the need for the element registry.
fixes : #63391
fixes : #63388
fixes : #63369
PR Close #63450
2025-09-10 22:24:00 +00:00
Matthieu Riegler
58bfb4aee9
build: update ts target to ES2022 and module to ES2022 ( #58022 )
...
Our integration tests are based on the CLI. CLI build force the target to ES2022 else it logs a warning
PR Close #58022
2024-10-04 13:33:48 +00:00
Alan Agius
6e1e70d3f1
ci: use application builder for integration tests ( #55660 )
...
This updates the integration tests to use the application builder.
PR Close #55660
2024-05-03 11:21:06 -07:00
Paul Gschwendtner
7f5ae52c02
test: add integration test for signal inputs in CLI ( #53808 )
...
This commit introduces a new integration test to ensure signal inputs
work as expected for end uses in Angular CLI applications.
PR Close #53808
2024-01-10 12:21:05 +00:00