1550663b9e
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 |
||
---|---|---|
.. | ||
bazel | ||
flat_module | ||
ngtools_src | ||
src | ||
test | ||
third_party_src | ||
BUILD.bazel | ||
test.js | ||
test_helpers.js | ||
tsconfig-build.json | ||
tsconfig-xi18n.json |