fix(dev-infra): fix substitution string for component_benchmark (#40591)
Correct the substitution made to import ng_module from @angular/bazel, rather than local to the repository. PR Close #40591
This commit is contained in:
parent
e43cba5c82
commit
d703d21656
|
@ -58,7 +58,7 @@ pkg_npm(
|
||||||
# This substitution is particularly verbose because we need to make sure
|
# This substitution is particularly verbose because we need to make sure
|
||||||
# that only things available via Angular Bazel are imported from
|
# that only things available via Angular Bazel are imported from
|
||||||
# tools/defaults.bzl.
|
# tools/defaults.bzl.
|
||||||
"load(\"//tools:defaults.bzl\", \"ng_module\")": "load(\"@npm//@angular/bazel:index.bzl\", \"ng_module\")",
|
"load\\(\"//tools:defaults.bzl\", \"ng_module\"\\)": "load(\"@npm//@angular/bazel:index.bzl\", \"ng_module\")",
|
||||||
},
|
},
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
|
|
Loading…
Reference in New Issue