Kristiyan Kostadinov
492e7560e6
build: include localize in dev app
...
Includes `$localize` in the dev app so it's easier to test some code paths.
(cherry picked from commit f80ac30875 )
2026-03-10 18:13:53 +00:00
Matthew Beck
dea0819aa9
build: update cross-repo angular dependencies (main)
...
Takeover of https://github.com/angular/angular/pull/66795 that fixes
adev.
Closes #66795 .
2026-02-17 12:40:20 -08:00
Alan Agius
1dc8b60ea2
build: disable Angular CLI cache
...
This can break things in bazel
2025-12-01 19:24:22 +01:00
Doug Parker
9432919a8b
refactor: enable dev-app sourcemaps in prod and include vendor sourcemaps
...
This makes it easier to debug in production by including sourcemaps unconditionally. It also processes vendor sourcemaps (which includes Angular FW in this setup) and should improve debuggability of FW code by including sourcemap coverage.
2025-11-07 10:12:58 -08:00
Miles Malerba
25e13e9f96
build: add a dev-app
...
Adds a dev app that can be used to prototype and debug things while
developing Angular. Use `pnpm dev` to run it.
2025-11-06 09:05:32 -08:00