@@ -20,14 +20,37 @@ load("//packages/bazel/src:esm5.bzl", "esm5_outputs_aspect", "ESM5Info")
20
20
21
21
# TODO(alexeagle): this list is incomplete, add more as material ramps up
22
22
WELL_KNOWN_GLOBALS = {
23
- "@angular/core" : "ng.core" ,
23
+ "@angular/upgrade" : "ng.upgrade" ,
24
+ "@angular/upgrade/static" : "ng.upgrade.static" ,
25
+ "@angular/forms" : "ng.forms" ,
24
26
"@angular/core/testing" : "ng.core.testing" ,
27
+ "@angular/core" : "ng.core" ,
28
+ "@angular/platform-server/testing" : "ng.platformServer.testing" ,
29
+ "@angular/platform-server" : "ng.platformServer" ,
30
+ "@angular/platform-webworker-dynamic" : "ng.platformWebworkerDynamic" ,
31
+ "@angular/platform-webworker" : "ng.platformWebworker" ,
32
+ "@angular/common/testing" : "ng.common.testing" ,
25
33
"@angular/common" : "ng.common" ,
26
- "@angular/compiler" : "ng.compiler" ,
34
+ "@angular/common/http/testing" : "ng.common.http.testing" ,
35
+ "@angular/common/http" : "ng.common.http" ,
36
+ "@angular/elements" : "ng.elements" ,
37
+ "@angular/http/testing" : "ng.http.testing" ,
38
+ "@angular/http" : "ng.http" ,
39
+ "@angular/platform-browser-dynamic/testing" : "ng.platformBrowserDynamic.testing" ,
40
+ "@angular/platform-browser-dynamic" : "ng.platformBrowserDynamic" ,
27
41
"@angular/compiler/testing" : "ng.compiler.testing" ,
28
- "@angular/platform-browser" : "ng.platformBrowser" ,
42
+ "@angular/compiler" : "ng.compiler" ,
43
+ "@angular/animations" : "ng.animations" ,
44
+ "@angular/animations/browser/testing" : "ng.animations.browser.testing" ,
45
+ "@angular/animations/browser" : "ng.animations.browser" ,
46
+ "@angular/service-worker/config" : "ng.serviceWorker.config" ,
47
+ "@angular/service-worker" : "ng.serviceWorker" ,
29
48
"@angular/platform-browser/testing" : "ng.platformBrowser.testing" ,
30
- "@angular/platform-browser-dynamic" : "ng.platformBrowserDynamic" ,
49
+ "@angular/platform-browser" : "ng.platformBrowser" ,
50
+ "@angular/platform-browser/animations" : "ng.platformBrowser.animations" ,
51
+ "@angular/router/upgrade" : "ng.router.upgrade" ,
52
+ "@angular/router/testing" : "ng.router.testing" ,
53
+ "@angular/router" : "ng.router" ,
31
54
"rxjs" : "rxjs" ,
32
55
"rxjs/operators" : "rxjs.operators" ,
33
56
}
0 commit comments