build(bazel): use ng_package entry_point_name for umd bundles (#23132)

This change also requires updating the package gold test to work with
multiple test packages.

PR Close #23132
This commit is contained in:
Jeremy Elbourn
2018-04-02 16:52:13 -07:00
committed by Igor Minar
parent 628303d2cb
commit ae8a0092bd
5 changed files with 1153 additions and 119 deletions

View File

@ -22,6 +22,7 @@ ng_package(
":extra-styles.css",
],
entry_point = "packages/bazel/test/ng_package/example/index.js",
entry_point_name = "waffels",
packages = [
":arbitrary_npm_package",
],