angular/packages/bazel/src
Paul Gschwendtner e0667efa6e feat(bazel): allow for custom conditions to be set in ng_package targets (#43764)
The APF v13 `ng_package` rule will generate the `exports` field if not
set. Currently it allows for additional subpath entries to be configured
manually. The packager does not allow for custom conditions in subpath
exports which are auto-generated.

This is sometimes useful and necessary though. e.g. in Angular Material,
we also need to expose the index Sass file through a `sass` conditional
that the Webpack Sass loader will pick up. For this, the packager needs
to support manual additional conditions (as long as they do not
conflict).

PR Close #43764
2021-10-07 16:50:49 +00:00
..
api-extractor refactor(bazel): update api-extractor bazel tool to only accept a single input (#43431) 2021-10-01 18:28:42 +00:00
ng_module refactor(bazel): no longer generate VE shims for other workspaces by default (#43431) 2021-10-01 18:28:42 +00:00
ng_package feat(bazel): allow for custom conditions to be set in ng_package targets (#43764) 2021-10-07 16:50:49 +00:00
ngc-wrapped fix(bazel): ngc-wrapped should not rely on linker for external workspaces (#43690) 2021-10-05 17:25:14 -07:00
BUILD.bazel feat(bazel): create transition for enabling partial compilation (#43431) 2021-10-01 18:28:42 +00:00
external.bzl refactor(bazel): move ng_module.bzl file into sub-directory for consistent structure (#43431) 2021-10-01 18:28:42 +00:00
ng_perf.bzl refactor(bazel): move ng_module.bzl file into sub-directory for consistent structure (#43431) 2021-10-01 18:28:42 +00:00