angular/adev/shared-docs
Paul Gschwendtner fa123803b4 build: update api-gen to work with compiler as ts_project (#61566)
Compiler now would have `.js` files. Those aren't picked up as ESM,
unless we install the `package.json` with `type: module`. Sounds great
on paper, but doesn't work in reality because the way the compiler
packages are available to `api-gen/` is via the old `rules_nodejs`
linker, so the `packages/package.json` wouldn't work; nor do the
`package.json`s of the e.g. compiler-cli package work- because those
already contain the `exports` of the built npm package.

We fix this in a much more reasonable way, and the whole module
resolution problem by leveraging the pnpm linking here. This works as
expected.

PR Close #61566
2025-05-29 14:39:10 -04:00
..
components docs(docs-infra): fix nav items active status is shown for multiple items (#61597) 2025-05-21 16:04:23 -07:00
directives build: move ts_project and ng_project for adev into a macro (#61319) 2025-05-20 08:48:29 +00:00
icons refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) 2024-07-30 15:51:26 +00:00
interfaces docs(docs-infra): limit file interactions on tutorials. (#61696) 2025-05-27 11:33:10 -07:00
pipeline build: update api-gen to work with compiler as ts_project (#61566) 2025-05-29 14:39:10 -04:00
pipes build: move ts_project and ng_project for adev into a macro (#61319) 2025-05-20 08:48:29 +00:00
providers build: move ts_project and ng_project for adev into a macro (#61319) 2025-05-20 08:48:29 +00:00
services build: move ts_project and ng_project for adev into a macro (#61319) 2025-05-20 08:48:29 +00:00
styles docs(docs-infra): fix docs pages overflow when specific example-viewer exists (#61384) 2025-05-21 09:51:47 +00:00
testing build: move ts_project and ng_project for adev into a macro (#61319) 2025-05-20 08:48:29 +00:00
utils build: move ts_project and ng_project for adev into a macro (#61319) 2025-05-20 08:48:29 +00:00
BUILD.bazel build: remove the "restamping" substitutions from adev shared-docs package (#61585) 2025-05-21 17:37:52 +00:00
defaults.bzl build: move ts_project and ng_project for adev into a macro (#61319) 2025-05-20 08:48:29 +00:00
index.bzl docs: Add back script to generate example previews map (#60778) 2025-04-11 17:19:33 -04:00
index.ts docs(docs-infra): Use intersectionObserver for TOC (#60166) 2025-03-05 12:09:45 -08:00
package.json docs: update tutorials and playground to v20 (#61726) 2025-05-28 09:41:42 -07:00
tsconfig-test.json build: migrate adev shared-docs package to use ts_project (#61193) 2025-05-09 16:30:05 +00:00
tsconfig.json build: migrate adev shared-docs package to use ts_project (#61193) 2025-05-09 16:30:05 +00:00