build(bazel): do not build rxjs from source under Bazel (#28720)

PR Close #28720
This commit is contained in:
Greg Magolan
2019-02-13 16:31:29 -08:00
committed by Igor Minar
parent eb39633823
commit 25aae64274
105 changed files with 366 additions and 146 deletions

View File

@ -15,9 +15,7 @@ ts_library(
"//packages/private/testing",
"//packages/router",
"//packages/router/testing",
"@rxjs",
"@rxjs//operators",
"@rxjs//testing",
"@ngdeps//rxjs",
],
)

View File

@ -7,7 +7,7 @@ ng_module(
deps = [
"//packages/core",
"//packages/router",
"@rxjs",
"@ngdeps//rxjs",
],
)