build: run offline_compiler_test using bazel (#28191)

PR Close #28191
This commit is contained in:
Paul Gschwendtner
2019-01-22 18:46:51 +01:00
committed by Jason Aden
parent c84739dc55
commit 40d64b6b58
24 changed files with 346 additions and 248 deletions

View File

@ -38,7 +38,9 @@ ng_package(
],
# Do not add more to this list.
# Dependencies on the full npm_package cause long re-builds.
visibility = ["//visibility:private"],
visibility = [
"//packages/compiler-cli/integrationtest:__pkg__",
],
deps = [
":platform-server",
"//packages/platform-server/testing",