build(bazel): do not build rxjs from source under Bazel (#28720)
PR Close #28720
This commit is contained in:
@ -15,6 +15,6 @@ ng_module(
|
||||
deps = [
|
||||
"//packages/common",
|
||||
"//packages/core",
|
||||
"@rxjs",
|
||||
"@ngdeps//rxjs",
|
||||
],
|
||||
)
|
||||
|
@ -11,8 +11,7 @@ ts_library(
|
||||
"//packages/common/http/testing",
|
||||
"//packages/core",
|
||||
"//packages/core/testing",
|
||||
"@rxjs",
|
||||
"@rxjs//operators",
|
||||
"@ngdeps//rxjs",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -15,6 +15,6 @@ ng_module(
|
||||
deps = [
|
||||
"//packages/common/http",
|
||||
"//packages/core",
|
||||
"@rxjs",
|
||||
"@ngdeps//rxjs",
|
||||
],
|
||||
)
|
||||
|
@ -9,6 +9,7 @@ ts_library(
|
||||
deps = [
|
||||
"//packages/common/http",
|
||||
"//packages/common/http/testing",
|
||||
"@ngdeps//rxjs",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -6,6 +6,8 @@
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
|
||||
/// <reference types="rxjs" />
|
||||
|
||||
import {HttpClient} from '@angular/common/http';
|
||||
import {HttpClientTestingBackend} from '@angular/common/http/testing/src/backend';
|
||||
|
||||
|
Reference in New Issue
Block a user