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
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
Alan Agius
4550fe42f7
refactor: use queueMicrotask to schedule micro tasks instead of various helpers ( #50485 )
...
`queueMicrotask` is an API which is supported by all browser and Node.js versions.
PR Close #50485
2023-06-15 16:38:21 +02:00
Jeremy Elbourn
834927d0e7
refactor(animations): remove unnecesary null ( #47238 )
...
These null values are unused and unecessary. I suspect it's a remnant from when the codebase was transpiled to Dart.
PR Close #47238
2022-09-06 09:57:37 -07:00
Joey Perrott
d1ea1f4c7f
build: update license headers to reference Google LLC ( #37205 )
...
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.
PR Close #37205
2020-05-26 14:26:58 -04:00
Misko Hevery
47e251a80a
build: remove main() from specs ( #21053 )
...
PR Close #21053
2017-12-22 13:10:51 -08:00
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00