build: idiomatic install of @angular/bazel npm package (#26258)

This commit is contained in:
Greg Magolan
2018-10-16 13:20:00 -07:00
committed by Alex Eagle
parent 31632b27c7
commit 652ac79d63
27 changed files with 4118 additions and 3621 deletions

View File

@ -12,7 +12,6 @@ exports_files(["bin/ts-api-guardian"])
ts_library(
name = "lib",
srcs = glob(["lib/*.ts"]),
compiler = "//:@bazel/typescript/tsc_wrapped",
module_name = "ts-api-guardian",
node_modules = "@ts-api-guardian_runtime_deps//:node_modules",
tsconfig = "//tools:tsconfig.json",
@ -48,7 +47,6 @@ ts_library(
name = "test_lib",
testonly = True,
srcs = glob(["test/*.ts"]),
compiler = "//:@bazel/typescript/tsc_wrapped",
node_modules = "@ngdeps//typescript:typescript__typings",
tsconfig = "//tools:tsconfig-test",
deps = [