diff --git a/modules/benchmarks/src/change_detection/transplanted_views/BUILD.bazel b/modules/benchmarks/src/change_detection/transplanted_views/BUILD.bazel index 5f05d5afad2..a7b7e82b2fd 100644 --- a/modules/benchmarks/src/change_detection/transplanted_views/BUILD.bazel +++ b/modules/benchmarks/src/change_detection/transplanted_views/BUILD.bazel @@ -40,7 +40,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/change_detection/transplanted_views/index.html b/modules/benchmarks/src/change_detection/transplanted_views/index.html index 4e7e97fb80d..f447ab8ecb8 100644 --- a/modules/benchmarks/src/change_detection/transplanted_views/index.html +++ b/modules/benchmarks/src/change_detection/transplanted_views/index.html @@ -27,7 +27,7 @@ - + diff --git a/modules/benchmarks/src/defer/baseline/BUILD.bazel b/modules/benchmarks/src/defer/baseline/BUILD.bazel index ebbd81d92bf..dbc6e1e6102 100644 --- a/modules/benchmarks/src/defer/baseline/BUILD.bazel +++ b/modules/benchmarks/src/defer/baseline/BUILD.bazel @@ -39,7 +39,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/defer/baseline/index.html b/modules/benchmarks/src/defer/baseline/index.html index 58813fd74f7..8fc078d4dbf 100644 --- a/modules/benchmarks/src/defer/baseline/index.html +++ b/modules/benchmarks/src/defer/baseline/index.html @@ -30,7 +30,7 @@ - + diff --git a/modules/benchmarks/src/defer/main/BUILD.bazel b/modules/benchmarks/src/defer/main/BUILD.bazel index ebbd81d92bf..dbc6e1e6102 100644 --- a/modules/benchmarks/src/defer/main/BUILD.bazel +++ b/modules/benchmarks/src/defer/main/BUILD.bazel @@ -39,7 +39,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/defer/main/index.html b/modules/benchmarks/src/defer/main/index.html index a51e8447dce..e8ee1089858 100644 --- a/modules/benchmarks/src/defer/main/index.html +++ b/modules/benchmarks/src/defer/main/index.html @@ -30,7 +30,7 @@ - + diff --git a/modules/benchmarks/src/expanding_rows/BUILD.bazel b/modules/benchmarks/src/expanding_rows/BUILD.bazel index c43afb24f37..b7265f89e77 100644 --- a/modules/benchmarks/src/expanding_rows/BUILD.bazel +++ b/modules/benchmarks/src/expanding_rows/BUILD.bazel @@ -50,7 +50,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/expanding_rows/index.html b/modules/benchmarks/src/expanding_rows/index.html index 48cde0e489b..0f1c9f47a54 100644 --- a/modules/benchmarks/src/expanding_rows/index.html +++ b/modules/benchmarks/src/expanding_rows/index.html @@ -12,7 +12,7 @@ Loading... - + diff --git a/modules/benchmarks/src/hydration/baseline/BUILD.bazel b/modules/benchmarks/src/hydration/baseline/BUILD.bazel index 26109cacb4c..7d3eea25990 100644 --- a/modules/benchmarks/src/hydration/baseline/BUILD.bazel +++ b/modules/benchmarks/src/hydration/baseline/BUILD.bazel @@ -37,7 +37,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/hydration/baseline/index.html b/modules/benchmarks/src/hydration/baseline/index.html index a571ee82071..5e7fbb682e4 100644 --- a/modules/benchmarks/src/hydration/baseline/index.html +++ b/modules/benchmarks/src/hydration/baseline/index.html @@ -32,7 +32,7 @@ - +
diff --git a/modules/benchmarks/src/hydration/main/BUILD.bazel b/modules/benchmarks/src/hydration/main/BUILD.bazel index 26109cacb4c..7d3eea25990 100644 --- a/modules/benchmarks/src/hydration/main/BUILD.bazel +++ b/modules/benchmarks/src/hydration/main/BUILD.bazel @@ -37,7 +37,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/hydration/main/index.html b/modules/benchmarks/src/hydration/main/index.html index f0a23b3db4b..78b27a91002 100644 --- a/modules/benchmarks/src/hydration/main/index.html +++ b/modules/benchmarks/src/hydration/main/index.html @@ -32,7 +32,7 @@ - +
diff --git a/modules/benchmarks/src/largeform/ng2/BUILD.bazel b/modules/benchmarks/src/largeform/ng2/BUILD.bazel index 34ecf5ab071..37ab622c7e6 100644 --- a/modules/benchmarks/src/largeform/ng2/BUILD.bazel +++ b/modules/benchmarks/src/largeform/ng2/BUILD.bazel @@ -39,7 +39,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle.js", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/largeform/ng2/index.html b/modules/benchmarks/src/largeform/ng2/index.html index f44ba878480..40b279ea2e5 100644 --- a/modules/benchmarks/src/largeform/ng2/index.html +++ b/modules/benchmarks/src/largeform/ng2/index.html @@ -21,7 +21,7 @@ - + diff --git a/modules/benchmarks/src/largetable/ng2/BUILD.bazel b/modules/benchmarks/src/largetable/ng2/BUILD.bazel index 4745f67599b..938a9a047d2 100644 --- a/modules/benchmarks/src/largetable/ng2/BUILD.bazel +++ b/modules/benchmarks/src/largetable/ng2/BUILD.bazel @@ -40,7 +40,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/largetable/ng2/index.html b/modules/benchmarks/src/largetable/ng2/index.html index 039413f9f23..2120a49fef7 100644 --- a/modules/benchmarks/src/largetable/ng2/index.html +++ b/modules/benchmarks/src/largetable/ng2/index.html @@ -29,7 +29,7 @@ - + diff --git a/modules/benchmarks/src/largetable/ng2_switch/BUILD.bazel b/modules/benchmarks/src/largetable/ng2_switch/BUILD.bazel index 80e45bc386d..f2c0b693392 100644 --- a/modules/benchmarks/src/largetable/ng2_switch/BUILD.bazel +++ b/modules/benchmarks/src/largetable/ng2_switch/BUILD.bazel @@ -37,7 +37,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/largetable/ng2_switch/index.html b/modules/benchmarks/src/largetable/ng2_switch/index.html index fa172eabd95..75b02ce6ff3 100644 --- a/modules/benchmarks/src/largetable/ng2_switch/index.html +++ b/modules/benchmarks/src/largetable/ng2_switch/index.html @@ -29,7 +29,7 @@ - + diff --git a/modules/benchmarks/src/ng_template_outlet_context/ng2/BUILD.bazel b/modules/benchmarks/src/ng_template_outlet_context/ng2/BUILD.bazel index 89ae719010d..bd1b933c769 100644 --- a/modules/benchmarks/src/ng_template_outlet_context/ng2/BUILD.bazel +++ b/modules/benchmarks/src/ng_template_outlet_context/ng2/BUILD.bazel @@ -34,7 +34,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/ng_template_outlet_context/ng2/index.html b/modules/benchmarks/src/ng_template_outlet_context/ng2/index.html index c50a5384880..fde474c17fc 100644 --- a/modules/benchmarks/src/ng_template_outlet_context/ng2/index.html +++ b/modules/benchmarks/src/ng_template_outlet_context/ng2/index.html @@ -10,7 +10,7 @@ Loading... - + diff --git a/modules/benchmarks/src/styling/ng2/BUILD.bazel b/modules/benchmarks/src/styling/ng2/BUILD.bazel index 6aaf9c87db5..ca677dd2a9e 100644 --- a/modules/benchmarks/src/styling/ng2/BUILD.bazel +++ b/modules/benchmarks/src/styling/ng2/BUILD.bazel @@ -35,7 +35,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/styling/ng2/index.html b/modules/benchmarks/src/styling/ng2/index.html index d902317ca2d..3c851f0df36 100644 --- a/modules/benchmarks/src/styling/ng2/index.html +++ b/modules/benchmarks/src/styling/ng2/index.html @@ -50,7 +50,7 @@ - + diff --git a/modules/benchmarks/src/tree/ng2/BUILD.bazel b/modules/benchmarks/src/tree/ng2/BUILD.bazel index 87c5d7a89b8..6e2df933652 100644 --- a/modules/benchmarks/src/tree/ng2/BUILD.bazel +++ b/modules/benchmarks/src/tree/ng2/BUILD.bazel @@ -40,7 +40,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/tree/ng2/index.html b/modules/benchmarks/src/tree/ng2/index.html index 1ff04091494..80b83add267 100644 --- a/modules/benchmarks/src/tree/ng2/index.html +++ b/modules/benchmarks/src/tree/ng2/index.html @@ -29,7 +29,7 @@ - + diff --git a/modules/benchmarks/src/tree/ng2_static/BUILD.bazel b/modules/benchmarks/src/tree/ng2_static/BUILD.bazel index 408ac109367..fd28db091fe 100644 --- a/modules/benchmarks/src/tree/ng2_static/BUILD.bazel +++ b/modules/benchmarks/src/tree/ng2_static/BUILD.bazel @@ -46,7 +46,7 @@ http_server( ], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/tree/ng2_static/index.html b/modules/benchmarks/src/tree/ng2_static/index.html index e4a8eae4161..c59ddb12d79 100644 --- a/modules/benchmarks/src/tree/ng2_static/index.html +++ b/modules/benchmarks/src/tree/ng2_static/index.html @@ -27,7 +27,7 @@ - + diff --git a/modules/benchmarks/src/tree/ng2_switch/BUILD.bazel b/modules/benchmarks/src/tree/ng2_switch/BUILD.bazel index 1ed248a0616..0a72ed2235b 100644 --- a/modules/benchmarks/src/tree/ng2_switch/BUILD.bazel +++ b/modules/benchmarks/src/tree/ng2_switch/BUILD.bazel @@ -37,7 +37,7 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/benchmarks/src/tree/ng2_switch/index.html b/modules/benchmarks/src/tree/ng2_switch/index.html index 65df075c262..b4226b481d2 100644 --- a/modules/benchmarks/src/tree/ng2_switch/index.html +++ b/modules/benchmarks/src/tree/ng2_switch/index.html @@ -26,7 +26,7 @@ - + diff --git a/modules/benchmarks/tsconfig.json b/modules/benchmarks/tsconfig.json index ef14766f115..5b0c0df9d07 100644 --- a/modules/benchmarks/tsconfig.json +++ b/modules/benchmarks/tsconfig.json @@ -14,7 +14,6 @@ "selenium-webdriver": ["../../node_modules/@types/selenium-webdriver/index.d.ts"], "rxjs/*": ["../../node_modules/rxjs/*"], "@angular/*": ["../../packages/*"], - "zone.js/*": ["../../packages/zone.js/*"] }, "rootDir": ".", "inlineSourceMap": true, diff --git a/modules/playground/src/animate/BUILD.bazel b/modules/playground/src/animate/BUILD.bazel index 59811f39764..641117d4131 100644 --- a/modules/playground/src/animate/BUILD.bazel +++ b/modules/playground/src/animate/BUILD.bazel @@ -35,6 +35,6 @@ http_server( ], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/animate/index.html b/modules/playground/src/animate/index.html index ec0ffbb8b62..7620e99441b 100644 --- a/modules/playground/src/animate/index.html +++ b/modules/playground/src/animate/index.html @@ -16,6 +16,6 @@ Loading... - + diff --git a/modules/playground/src/async/BUILD.bazel b/modules/playground/src/async/BUILD.bazel index 6f1fde1d32f..b2efc668202 100644 --- a/modules/playground/src/async/BUILD.bazel +++ b/modules/playground/src/async/BUILD.bazel @@ -31,6 +31,6 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/async/index.html b/modules/playground/src/async/index.html index 277de529bea..39014dacea1 100644 --- a/modules/playground/src/async/index.html +++ b/modules/playground/src/async/index.html @@ -7,7 +7,7 @@ Loading... - + diff --git a/modules/playground/src/hello_world/BUILD.bazel b/modules/playground/src/hello_world/BUILD.bazel index 8c7e9c57bfe..a5f43960c1a 100644 --- a/modules/playground/src/hello_world/BUILD.bazel +++ b/modules/playground/src/hello_world/BUILD.bazel @@ -33,6 +33,6 @@ http_server( ], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/hello_world/index.html b/modules/playground/src/hello_world/index.html index 3c4e26213f8..dfa4043507a 100644 --- a/modules/playground/src/hello_world/index.html +++ b/modules/playground/src/hello_world/index.html @@ -4,7 +4,7 @@ Loading... - + diff --git a/modules/playground/src/http/BUILD.bazel b/modules/playground/src/http/BUILD.bazel index 64afcb3f6b1..8816bb6ee8a 100644 --- a/modules/playground/src/http/BUILD.bazel +++ b/modules/playground/src/http/BUILD.bazel @@ -37,6 +37,6 @@ http_server( ], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/http/index.html b/modules/playground/src/http/index.html index 434c54649a4..033e9362f61 100644 --- a/modules/playground/src/http/index.html +++ b/modules/playground/src/http/index.html @@ -4,7 +4,7 @@ Loading... - + diff --git a/modules/playground/src/jsonp/BUILD.bazel b/modules/playground/src/jsonp/BUILD.bazel index 64afcb3f6b1..8816bb6ee8a 100644 --- a/modules/playground/src/jsonp/BUILD.bazel +++ b/modules/playground/src/jsonp/BUILD.bazel @@ -37,6 +37,6 @@ http_server( ], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/jsonp/index.html b/modules/playground/src/jsonp/index.html index 51f3247ce49..22f1dead778 100644 --- a/modules/playground/src/jsonp/index.html +++ b/modules/playground/src/jsonp/index.html @@ -4,7 +4,7 @@ Loading... - + diff --git a/modules/playground/src/key_events/BUILD.bazel b/modules/playground/src/key_events/BUILD.bazel index 8c7e9c57bfe..a5f43960c1a 100644 --- a/modules/playground/src/key_events/BUILD.bazel +++ b/modules/playground/src/key_events/BUILD.bazel @@ -33,6 +33,6 @@ http_server( ], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/key_events/index.html b/modules/playground/src/key_events/index.html index bb70e5baaed..ae93989cad7 100644 --- a/modules/playground/src/key_events/index.html +++ b/modules/playground/src/key_events/index.html @@ -19,7 +19,7 @@ Loading... - + diff --git a/modules/playground/src/sourcemap/BUILD.bazel b/modules/playground/src/sourcemap/BUILD.bazel index 1f2271d56f1..a0fec0c6d33 100644 --- a/modules/playground/src/sourcemap/BUILD.bazel +++ b/modules/playground/src/sourcemap/BUILD.bazel @@ -36,6 +36,6 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/sourcemap/index.html b/modules/playground/src/sourcemap/index.html index 1e2d7cc501a..ee8fda1c684 100644 --- a/modules/playground/src/sourcemap/index.html +++ b/modules/playground/src/sourcemap/index.html @@ -6,7 +6,7 @@

Please look into the console and check whether the stack trace is mapped via source maps!

- + diff --git a/modules/playground/src/svg/BUILD.bazel b/modules/playground/src/svg/BUILD.bazel index 6f1fde1d32f..b2efc668202 100644 --- a/modules/playground/src/svg/BUILD.bazel +++ b/modules/playground/src/svg/BUILD.bazel @@ -31,6 +31,6 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/svg/index.html b/modules/playground/src/svg/index.html index cad6e21638d..12c738315b1 100644 --- a/modules/playground/src/svg/index.html +++ b/modules/playground/src/svg/index.html @@ -4,7 +4,7 @@ Loading... - + diff --git a/modules/playground/src/template_driven_forms/BUILD.bazel b/modules/playground/src/template_driven_forms/BUILD.bazel index c0de5d88f58..05cbca8ef4c 100644 --- a/modules/playground/src/template_driven_forms/BUILD.bazel +++ b/modules/playground/src/template_driven_forms/BUILD.bazel @@ -32,6 +32,6 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/template_driven_forms/index.html b/modules/playground/src/template_driven_forms/index.html index f9a70767367..98dc3b50c6a 100644 --- a/modules/playground/src/template_driven_forms/index.html +++ b/modules/playground/src/template_driven_forms/index.html @@ -12,7 +12,7 @@ Loading... - + diff --git a/modules/playground/src/todo/BUILD.bazel b/modules/playground/src/todo/BUILD.bazel index db2a11db88c..639d4ea0416 100644 --- a/modules/playground/src/todo/BUILD.bazel +++ b/modules/playground/src/todo/BUILD.bazel @@ -35,6 +35,6 @@ http_server( srcs = ["index.html"] + glob(["**/*.css"]), deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/todo/index.html b/modules/playground/src/todo/index.html index de9c827bff5..611c7d3d8da 100644 --- a/modules/playground/src/todo/index.html +++ b/modules/playground/src/todo/index.html @@ -8,7 +8,7 @@ Loading... - + diff --git a/modules/playground/src/upgrade/BUILD.bazel b/modules/playground/src/upgrade/BUILD.bazel index 3991b471e56..a876b82d7a7 100644 --- a/modules/playground/src/upgrade/BUILD.bazel +++ b/modules/playground/src/upgrade/BUILD.bazel @@ -44,6 +44,6 @@ http_server( ], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/upgrade/index.html b/modules/playground/src/upgrade/index.html index fc766be5f82..b5b30c764c5 100644 --- a/modules/playground/src/upgrade/index.html +++ b/modules/playground/src/upgrade/index.html @@ -19,7 +19,7 @@ - + diff --git a/modules/playground/src/zippy_component/BUILD.bazel b/modules/playground/src/zippy_component/BUILD.bazel index 8614230bb76..99f6b32bfa0 100644 --- a/modules/playground/src/zippy_component/BUILD.bazel +++ b/modules/playground/src/zippy_component/BUILD.bazel @@ -34,6 +34,6 @@ http_server( srcs = ["index.html"], deps = [ ":app_bundle", - "//packages/zone.js/bundles:zone.umd.js", + "//modules:node_modules/zone.js", ], ) diff --git a/modules/playground/src/zippy_component/index.html b/modules/playground/src/zippy_component/index.html index 1faea26f04a..fd60c52248b 100644 --- a/modules/playground/src/zippy_component/index.html +++ b/modules/playground/src/zippy_component/index.html @@ -4,7 +4,7 @@ Loading... - +