Joey Perrott
9ae1803acf
build: migrate @angular/upgrade examples tests to new esbuild ( #62906 )
...
Migrate to the new esbuild
PR Close #62906
2025-07-30 17:36:43 +00:00
Matthieu Riegler
dba912dd07
refactor(platform-browser): replace platform-browser-dynamic with platform-browser ( #61498 )
...
The former isn't needed anymore and is now deprecated.
PR Close #61498
2025-05-21 14:01:49 +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
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
Paul Gschwendtner
642d009501
refactor: switch packages/examples to ESM-compatible http server ( #48521 )
...
* Switches all examples to use dev-infra's canonical ESM-compatible
`http_server`.
* Uses ESBuild for bundling ESM into a single file, compared to having
to load hundreds of individual ESM files in the browser (potential
source of flakiness & slowness).
PR Close #48521
2022-12-19 19:50:44 +00:00
Derek Cormier
431c562815
build(bazel): add bazel targets for aio doc generation
...
This is an incremental step to produce dgeni output with bazel. The
generated outputs are not yet used by other targets.
2022-11-22 13:51:16 -07:00
Kristiyan Kostadinov
359103274b
test: clean up more entryComponents usages ( #44561 )
...
Cleans up some more tests that were using `entryComponents`.
PR Close #44561
2022-01-06 18:36:22 +00: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
Joey Perrott
698b0288be
build: reformat repo to new clang@1.4.0 ( #36613 )
...
PR Close #36613
2020-04-14 12:08:36 -07:00
Paul Gschwendtner
98e5af1480
build: switch example e2e tests to bazel ( #28402 )
...
* No longer builds the example e2e tests using "tsc". The examples are now built with Bazel and can therefore be built with Ivy by using the `--define=compile=aot` switch.
* No longer runs the example e2e tests using the protractor CLI. example e2e tests are executed with the Bazel protractor rule and can therefore run incrementally.
NOTE: Unit tests found within the examples are still running within the legacy jobs.
PR Close #28402
2019-01-28 19:21:09 -08:00
George Kalpakas
50a91ba28c
docs(upgrade): add gotchas/tips/example for multiple downgraded modules ( #27217 )
...
PR Close #27217
2018-12-20 16:20:41 -05:00