Revert "build: Bazel builds ngfactories for packages/core (#18289)"

This reverts commit bcea196530.
This commit is contained in:
Miško Hevery
2017-07-27 10:51:41 -07:00
parent 2245748c14
commit 45a10419bc
11 changed files with 11 additions and 132 deletions

View File

@ -11,18 +11,3 @@ ts_library(
deps = [],
tsconfig = ":tsconfig-build.json",
)
load("@build_bazel_rules_angular//:defs.bzl", "ng_module")
ng_module(
name = "core_ng_module",
srcs = glob(["**/*.ts"], exclude=[
"test/**",
"testing/**",
]),
# Needed to allow (ts_library,ng_module) pair
write_ng_outputs_only = True,
module_name = "@angular/core",
tsconfig = ":tsconfig-build.json",
compiler = "//tools/ngc-wrapped"
)