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:
Joey Perrott
2020-10-02 10:50:38 -07:00
parent db56cf18ba
commit c214cad2b4
63 changed files with 536 additions and 833 deletions

View File

@ -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"])

View File

@ -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(