build: add missing dependencies on @rxjs//operators needed for rxjs@6.0.0-beta.4 (#23084)

PR Close #23084
This commit is contained in:
Igor Minar 2018-03-29 23:34:55 -07:00
parent 88a93e730e
commit 22cb2c9441
6 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,7 @@ ts_library(
"//packages/router", "//packages/router",
"//packages/router/testing", "//packages/router/testing",
"@rxjs", "@rxjs",
"@rxjs//operators",
], ],
) )

View File

@ -12,6 +12,7 @@ ts_library(
"//packages/platform-browser", "//packages/platform-browser",
"//packages/platform-browser/testing", "//packages/platform-browser/testing",
"@rxjs", "@rxjs",
"@rxjs//operators",
], ],
) )

View File

@ -19,6 +19,7 @@ ts_library(
"//packages/platform-browser", "//packages/platform-browser",
"//packages/platform-server", "//packages/platform-server",
"@rxjs", "@rxjs",
"@rxjs//operators",
], ],
) )

View File

@ -16,6 +16,7 @@ ts_library(
"//packages/router", "//packages/router",
"//packages/router/testing", "//packages/router/testing",
"@rxjs", "@rxjs",
"@rxjs//operators",
], ],
) )

View File

@ -15,6 +15,7 @@ ng_module(
"//packages/common", "//packages/common",
"//packages/core", "//packages/core",
"@rxjs", "@rxjs",
"@rxjs//operators",
], ],
) )

View File

@ -14,6 +14,7 @@ ts_library(
"//packages/service-worker/worker", "//packages/service-worker/worker",
"//packages/service-worker/worker/testing", "//packages/service-worker/worker/testing",
"@rxjs", "@rxjs",
"@rxjs//operators",
], ],
) )