angular/adev/shared-docs/pipeline/tutorials/common
Alan Agius fc643c9044 build: adopt moduleResolution: "bundler" (#64125)
This commit updates the TypeScript configuration across the project to use `moduleResolution: "bundler"`. This modernizes our module resolution strategy to align with current TypeScript best practices and bundler behaviors.

The following changes are included:
- Updated `tsconfig.json` files to set `moduleResolution` to `"bundler"`.
- Updated the `rules_angular` bazel dependency to a version compatible with these changes.
- Adjusted related test files and golden files to reflect the new module resolution strategy.

PR Close #64125
2025-09-29 14:20:23 -04:00
..
src refactor(docs-infra): Remove 'component' suffix from App[Component] in tutorials (#61254) 2025-05-14 08:46:28 -07:00
.gitignore refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) 2024-07-30 15:51:26 +00:00
angular.json docs: use @angular/build directly in example/tutorial projects (#60046) 2025-02-24 10:14:17 -05:00
BUILD.bazel refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) 2024-07-30 15:51:26 +00:00
package-lock.json docs: use @angular/build directly in example/tutorial projects (#60046) 2025-02-24 10:14:17 -05:00
package.json.template docs: update examples to latest Angular and TypeScript (#63589) 2025-09-05 13:54:40 -07:00
tsconfig.app.json refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) 2024-07-30 15:51:26 +00:00
tsconfig.json build: adopt moduleResolution: "bundler" (#64125) 2025-09-29 14:20:23 -04:00