refactor(compiler-cli): move ngc-wrapped to packages/bazel (#18733)

See design: https://goo.gl/rAeYWx

PR Close #18733
This commit is contained in:
Alex Eagle
2017-08-16 09:02:20 -07:00
committed by Miško Hevery
parent a80ecf6a77
commit 9ffa490d3f
14 changed files with 209 additions and 11 deletions

View File

@ -24,5 +24,5 @@ ng_module(
write_ng_outputs_only = True,
module_name = "@angular/core",
tsconfig = ":tsconfig-build.json",
compiler = "//tools/ngc-wrapped"
compiler = "//packages/bazel/src/ngc-wrapped"
)