diff --git a/packages/bazel/src/ng_package/ng_package.bzl b/packages/bazel/src/ng_package/ng_package.bzl index 208ba36acb..7167932e5c 100644 --- a/packages/bazel/src/ng_package/ng_package.bzl +++ b/packages/bazel/src/ng_package/ng_package.bzl @@ -20,14 +20,37 @@ load("//packages/bazel/src:esm5.bzl", "esm5_outputs_aspect", "ESM5Info") # TODO(alexeagle): this list is incomplete, add more as material ramps up WELL_KNOWN_GLOBALS = { - "@angular/core": "ng.core", + "@angular/upgrade": "ng.upgrade", + "@angular/upgrade/static": "ng.upgrade.static", + "@angular/forms": "ng.forms", "@angular/core/testing": "ng.core.testing", + "@angular/core": "ng.core", + "@angular/platform-server/testing": "ng.platformServer.testing", + "@angular/platform-server": "ng.platformServer", + "@angular/platform-webworker-dynamic": "ng.platformWebworkerDynamic", + "@angular/platform-webworker": "ng.platformWebworker", + "@angular/common/testing": "ng.common.testing", "@angular/common": "ng.common", - "@angular/compiler": "ng.compiler", - "@angular/compiler/testing": "ng.compiler.testing", - "@angular/platform-browser": "ng.platformBrowser", - "@angular/platform-browser/testing": "ng.platformBrowser.testing", + "@angular/common/http/testing": "ng.common.http.testing", + "@angular/common/http": "ng.common.http", + "@angular/elements": "ng.elements", + "@angular/http/testing": "ng.http.testing", + "@angular/http": "ng.http", + "@angular/platform-browser-dynamic/testing": "ng.platformBrowserDynamic.testing", "@angular/platform-browser-dynamic": "ng.platformBrowserDynamic", + "@angular/compiler/testing": "ng.compiler.testing", + "@angular/compiler": "ng.compiler", + "@angular/animations": "ng.animations", + "@angular/animations/browser/testing": "ng.animations.browser.testing", + "@angular/animations/browser": "ng.animations.browser", + "@angular/service-worker/config": "ng.serviceWorker.config", + "@angular/service-worker": "ng.serviceWorker", + "@angular/platform-browser/testing": "ng.platformBrowser.testing", + "@angular/platform-browser": "ng.platformBrowser", + "@angular/platform-browser/animations": "ng.platformBrowser.animations", + "@angular/router/upgrade": "ng.router.upgrade", + "@angular/router/testing": "ng.router.testing", + "@angular/router": "ng.router", "rxjs": "rxjs", "rxjs/operators": "rxjs.operators", }