angular/packages/bazel/src/api-extractor
Paul Gschwendtner 827a83e00f refactor(bazel): update api-extractor bazel tool to only accept a single input (#43431)
Updates the API extractor tool used by the `ng_module` rule to only
accept a single entry-point file. This change is made in preparation
for APF v13 where this logic is no longer needed.

The logic previously only existed to also bundle the `r3_symbols` file.
This file is no longer needed in APF v13 because Angular core no longer needs
to be processed with `ngcc`. This allows us to clean up this logic which
helps simplifying `ng_module`.

Consumers that use an older version of `@angular/core` should
respectively also use a compiler-cli version matching the core
version.

PR Close #43431
2021-10-01 18:28:42 +00:00
..
BUILD.bazel fix(bazel): update integration test to use rules_nodejs@3.1.0 (#40710) 2021-02-09 10:48:43 -08:00
index.ts refactor(bazel): update api-extractor bazel tool to only accept a single input (#43431) 2021-10-01 18:28:42 +00:00