angular-cn/packages/bazel/test/ng_package
Paul Gschwendtner 1550663b9e fix(bazel): ng_module rule does not expose flat module information in Ivy (#36971)
The `ng_module` rule supports the generation of flat module bundles. In
View Engine, information about this flat module bundle is exposed
as a Bazel provider. This is helpful as other rules like `ng_package`
could rely on this information to determine entry-points for the APF.

With Ivy this currently does not work because the flat module
information is not exposed in the provider. The reason for this is
unclear. We should also provide this information in Ivy so that rules
like `ng_package` can also determine the correct entry-points when a
package is built specifically with `--config=ivy`.

PR Close #36971
2020-07-09 22:11:17 +00:00
..
example build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
example-with-ts-library refactor(dev-infra): ng_rollup_bundle rule should leverage `@bazel/rollup` (#37623) 2020-06-22 10:55:28 -07:00
BUILD.bazel fix(bazel): ng_module rule does not expose flat module information in Ivy (#36971) 2020-07-09 22:11:17 +00:00
common_package.spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
core_package.spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
example_package.golden refactor(bazel): cleanup ng_package rule to not build fesm5 and esm5 output (#37623) 2020-06-22 10:55:28 -07:00
example_package.spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
example_with_ts_library_package.golden refactor(dev-infra): ng_rollup_bundle rule should leverage `@bazel/rollup` (#37623) 2020-06-22 10:55:28 -07:00