Mateusz Daniluk
de777afbc5
refactor: standardize doctype declaration to <!DOCTYPE html> ( #51052 )
...
This commit standardizes the doctype declaration across all HTML files in the project to use `<!DOCTYPE html>`
PR Close #51052
2024-02-01 19:29:46 +00:00
cexbrayat
7ba5dc87ed
refactor(core): remove test.ts files in integration tests ( #52109 )
...
These files are not necessary since CLI v15+
PR Close #52109
2023-10-18 11:52:55 -07:00
Matthieu Riegler
81e7f5be03
test(animations): update the integration test ( #50738 )
...
Let's have the same test app for async and eagerly loaded animations.
PR Close #50738
2023-09-29 10:49:41 -07:00
Matthieu Riegler
2c2ccf76e2
refactor(animations): Add integration test for animations/async. ( #50738 )
...
This integration test aims to cover that we do not break the code splitting of the animation module when we use `provideAnimationsAsync()`.
PR Close #50738
2023-09-29 10:49:40 -07:00