build(bazel): do not build rxjs from source under Bazel (#28720)
PR Close #28720
This commit is contained in:
@ -18,7 +18,7 @@ ts_library(
|
||||
"//packages/platform-browser/animations",
|
||||
"//packages/platform-browser/testing",
|
||||
"//packages/private/testing",
|
||||
"@rxjs",
|
||||
"@ngdeps//rxjs",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -23,7 +23,7 @@ ts_library(
|
||||
"//packages/platform-browser/animations",
|
||||
"//packages/platform-browser/testing",
|
||||
"//packages/private/testing",
|
||||
"@rxjs",
|
||||
"@ngdeps//rxjs",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -12,6 +12,6 @@ ng_module(
|
||||
"//packages/core/testing",
|
||||
"//packages/platform-browser",
|
||||
"@ngdeps//@types/jasmine",
|
||||
"@rxjs",
|
||||
"@ngdeps//rxjs",
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user