angular/.github
Paul Gschwendtner 7fc14d7f26 build: fix adev first party linking and re-enable tests (#60825)
This commit attempts to finally fix the long-standing first-party
package linking issue with the rather tricky `rules_nodejs` toolchain.

I've verified that no version of e.g. `@angular/core` ends up in the
Bazel sandbox. This is achieved by also filtering transitive Angular
deps for first-party linked packages. e.g. `@angular/docs`.

In addition, `@angular/docs` accidentally ended up bundling parts of
Angular core because it relied on an entry-point that was not part of
the "well known externals". As part of the ongoing `ng_package`
update/rewrite, we should look into disabling bundling of ANY external
dependency/module. This is possible because we use relative imports
inside APF packages as of recently!

This commit should allow us to develop and continue new compiler
features, without having to temporarily (or longer) disable all
`angular.dev` unit tests!

Fixes #54858.

PR Close #60825
2025-04-10 14:19:52 +00:00
..
actions build: update cross-repo angular dependencies (#60777) 2025-04-08 16:09:31 -07:00
ISSUE_TEMPLATE refactor: change security issue redirect to angular.dev (#58070) 2024-10-04 10:57:42 -07:00
workflows build: fix adev first party linking and re-enable tests (#60825) 2025-04-10 14:19:52 +00:00
angular-robot.yml ci: remove circleci required status from angular robot 2023-10-11 13:19:51 +02:00
ISSUE_TEMPLATE.md build: remove emojis from github issue templates (#41902) 2021-05-04 08:09:20 -07:00
PULL_REQUEST_TEMPLATE.md docs: move commit message guidelies to a separate file (#58786) 2025-03-04 19:35:54 +00:00