refactor(compiler-cli): move ngc-wrapped to packages/bazel (#18733)
See design: https://goo.gl/rAeYWx PR Close #18733
This commit is contained in:
@ -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"
|
||||
)
|
Reference in New Issue
Block a user