Andrew Scott
7a7725ee4c
refactor(core): Update tests for zoneless by default ( #63672 )
...
Cherrypick #63668 into patch branch to avoid issues with tests when
merging to patch
2025-09-09 15:07:24 -07:00
Matthieu Riegler
ed50120d4c
refactor(animations): remove dependency on @angular/common ( #63248 )
...
`DOCUMENT` was move to `@angular/core`, so we don't need to depend on common anymore.
PR Close #63248
2025-08-29 08:51:32 -07:00
Paul Gschwendtner
3a106a35bc
build: move private testing helpers outside platform-browser/testing ( #61472 )
...
These helpers are often imported by various tests throughout the
repository, but the helpers aren't exported/exposed from the public
entry-point; even though they confusingly reside in there.
This commit fixes this, and moves the helpers into
`packages/private/testing`. This is a preparation for the `ts_project`
migration where we don't want to leverage deep imports between packages.
PR Close #61472
2025-05-20 10:00:43 +00:00
Matthieu Riegler
8f803aa81a
build: Run browsers tests without platform-browser-dynamic ( #60937 ) ( #61060 )
...
Use the regular `platform-browser` providers instead.
PR Close #61060
2025-04-30 08:21:02 -07:00
Jessica Janiuk
867f389a98
Revert "build: Run browsers tests without platform-browser-dynamic ( #60937 )" ( #61059 )
...
This reverts commit b896ca8ed5 .
PR Close #61059
2025-04-30 12:21:01 +02:00
Matthieu Riegler
b896ca8ed5
build: Run browsers tests without platform-browser-dynamic ( #60937 )
...
Use the regular `platform-browser` providers instead.
PR Close #60937
2025-04-29 12:10:53 -07:00
Andrew Kushnir
006a14da89
refactor(animations): convert scripts within packages/animations to relative imports ( #60230 )
...
This commit updates scripts within `packages/animations` to relative imports as a prep work to the upcoming infra updates.
PR Close #60230
2025-03-27 18:28:01 +00:00
Matthieu Riegler
09df589e31
refactor(core): Migrate all packages with the explicit-standalone-flag schematic. ( #58160 )
...
All components, directives and pipes will now use standalone as default.
Non-standalone decorators have now `standalone: false`.
PR Close #58160
2024-10-14 14:58:57 +00:00
Joey Perrott
9dbe6fc18b
refactor: update license text to point to angular.dev ( #57901 )
...
Update license text to point to angular.dev instead of angular.io
PR Close #57901
2024-09-24 15:33:00 +02:00
Joey Perrott
bbbe477f47
refactor: migrate animations to prettier formatting ( #53977 )
...
Migrate formatting to prettier for animations from clang-format
PR Close #53977
2024-01-19 20:08:57 +01:00
Matthieu Riegler
5ee11a74ec
fix(animations): prevent the AsyncAnimationRenderer from calling the delegate when there is no element. ( #52570 )
...
This happens when `issueAnimationCommand` is invoked
fixes #52538
PR Close #52570
2023-11-13 16:29:18 +00:00
Andrea Canciani
fc9ba3978c
refactor: fix a number of typos throughout the codebase ( #52249 )
...
Fix some typos such as `boostrap`, `propery` and more, both in
documentation and in code (comments, identifiers).
PR Close #52249
2023-10-25 16:51:24 -07:00
Kristiyan Kostadinov
c07805612f
test(core): clean up unnecessary nesting in old tests ( #52239 )
...
A lot of our tests are wrapped in `{}` which serves no purpose, aside from increasing the nesting level and, in some cases, causing confusion. The braces appear to be a leftover from a time when all tests were wrapped in a `function main() {}`. The function declaration was removed in #21053 , but the braces remained, presumably because it was easier to search&replace for `function main()`, but not to remove the braces at the same time.
PR Close #52239
2023-10-19 09:26:15 -07:00
Matthieu Riegler
1c4a3677eb
refactor(animations): make AnimationBuilder tree-shakable ( #52097 )
...
This commit allows also to use the `AnimationBuilder` when using `provideAnimationsAsync()`
fixes #52096
PR Close #52097
2023-10-12 18:13:22 +02:00