Revert "build: upgrade angular build, integration/bazel and @angular/bazel package to rule_nodejs 2.2.0 (#37727)" (#39097)
This reverts commit db56cf18ba
.
PR Close #39097
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
load("@npm//@bazel/typescript:index.bzl", "ts_library")
|
||||
load("@npm_bazel_typescript//:index.bzl", "ts_library")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
load("//tools:defaults.bzl", "rollup_bundle", "ts_library")
|
||||
load("@npm//@bazel/karma:index.bzl", "karma_web_test_suite")
|
||||
load("@npm_bazel_karma//:index.bzl", "karma_web_test_suite")
|
||||
|
||||
def karma_test_prepare(name, env_srcs, env_deps, env_entry_point, test_srcs, test_deps, test_entry_point):
|
||||
ts_library(
|
||||
|
Reference in New Issue
Block a user