Joey Perrott
fd544159e3
ci: complete migration to prettier formatting ( #55580 )
...
Format the remaining unformatted files in the repository
PR Close #55580
2024-04-29 14:00:16 -07:00
Joey Perrott
0d78a92431
refactor: migrate compiler-cli to prettier formatting ( #55485 )
...
Migrate formatting to prettier for compiler-cli from clang-format
PR Close #55485
2024-04-29 10:25:43 -07:00
Joey Perrott
f307e95459
refactor: migrate zone.js to prettier formatting ( #55427 )
...
Migrate formatting to prettier for zone.js from clang-format
PR Close #55427
2024-04-29 09:52:05 -07:00
Joey Perrott
31fdf0fbea
refactor: migrate core to prettier formatting ( #55488 )
...
Migrate formatting to prettier for core from clang-format
PR Close #55488
2024-04-29 09:49:19 -07:00
Joey Perrott
b1dffa4abe
refactor: migrate platform-* to prettier formatting ( #55423 )
...
Migrate formatting to prettier for platform-* from clang-format
PR Close #55423
2024-04-19 13:49:24 -07:00
Joey Perrott
488c711a57
refactor: migrate localize to prettier formatting ( #55423 )
...
Migrate formatting to prettier for localize from clang-format
PR Close #55423
2024-04-19 13:49:24 -07:00
Joey Perrott
a2aca69bd3
refactor: migrate forms to prettier formatting ( #55423 )
...
Migrate formatting to prettier for forms from clang-format
PR Close #55423
2024-04-19 13:49:24 -07:00
Joey Perrott
ca517d7f2c
refactor: migrate language-service to prettier formatting ( #55405 )
...
Migrate formatting to prettier for language-service from clang-format
PR Close #55405
2024-04-18 14:18:38 -07:00
Joey Perrott
8f69c83b84
refactor: migrate compiler to prettier formatting ( #55398 )
...
Migrate formatting to prettier for compiler from clang-format
PR Close #55398
2024-04-18 14:18:08 -07:00
Joey Perrott
a5b5b7d5ef
refactor: migrate core/primitives to prettier formatting ( #55387 )
...
Migrate formatting to prettier for core/primitives from clang-format
PR Close #55387
2024-04-17 15:55:32 -07:00
Joey Perrott
894c1c5f10
refactor: apply prettier formatting to integration ( #54653 )
...
Apply prettier formatting to integration directories
PR Close #54653
2024-04-02 20:42:04 +00:00
Joey Perrott
8f0c27ffc3
refactor(docs-infra): apply prettier formatting to adev ( #54625 )
...
Apply prettier formatting to adev code
PR Close #54625
2024-02-27 14:04:49 -08:00
Joey Perrott
b857aafcb9
refactor: migrate router to prettier formatting ( #54318 )
...
Migrate formatting to prettier for router from clang-format
PR Close #54318
2024-02-08 19:17:14 +00:00
Joey Perrott
c4b880a025
refactor: migrate docs, examples, private, service worker and upgrade to prettier formatting ( #54163 )
...
Migrate formatting to prettier for docs, examples, private, service worker and upgrade from clang-format
PR Close #54163
2024-01-30 20:08:40 +00:00
Joey Perrott
0460a9dfaf
refactor: migrate common to prettier formatting ( #54150 )
...
Migrate formatting to prettier for common from clang-format
PR Close #54150
2024-01-30 16:08:07 +00:00
Joey Perrott
ec03e462f3
refactor: migrate bazel, benchpress, elements and misc to prettier formatting ( #53995 )
...
Migrate formatting to prettier for bazel, benchpress, elements and misc from clang-format
PR Close #53995
2024-01-22 09:07:15 +01: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
Joey Perrott
711cb41626
refactor(devtools): migrate devtools to prettier formatting ( #53945 )
...
Migrate formatting to prettier for devtools from clang-format
PR Close #53945
2024-01-19 19:09:54 +01:00
Joey Perrott
cc34e5fb07
refactor: migrate scripts to prettier formatting ( #53976 )
...
Migrate formatting to prettier for scripts from clang-format
PR Close #53976
2024-01-19 10:22:06 +01:00
Joey Perrott
f9781f9804
refactor: migrate modules to prettier formatting ( #53954 )
...
Migrate formatting to prettier for modules directory from clang-format
PR Close #53954
2024-01-17 09:41:59 -08:00
Joey Perrott
dc62446ef7
refactor: migrate tools to prettier formatting ( #53947 )
...
Migrate formatting to prettier for tools directory from clang-format
PR Close #53947
2024-01-16 19:17:49 -08:00
twerske
651c34735d
docs: add angular.dev ( #52536 )
...
PR Close #52536
2023-11-06 11:15:02 -08:00
Paul Gschwendtner
b757b1387c
build: update dev-infra packages and account for build-tooling split from ng-dev ( #46976 )
...
The dev-infra build tooling is now decoupled from `ng-dev`. This will
make it easier to update `ng-dev` without necessarily needing to upgrade
the whole build system, Bazel etc. This is useful when e.g. new release
tool features have been added and should also be ported to active LTS
branches.
PR Close #46976
2022-08-02 09:37:37 -07:00
Paul Gschwendtner
86248bb8d0
build: wire up ng-dev ts-node config loading ( #46437 )
...
With the new ESM version of `ng-dev`, the TypeScript config loading
cannot happen automatically because `ts-node` cannot hook into the
Node ESM module resolution at runtime. To fix this `ng-dev` is now
loading a plain `.ng-dev/config.mjs` and the runtime just needs to be
configured accordingly, i.e. running `ng-dev` with `ts-node` so that
the ESM loader can be wired up before Node's runtime starts (using e.g.
`node --loader`).
PR Close #46437
2022-06-21 11:48:03 -07:00