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:
Joey Perrott 2021-01-27 08:19:16 -08:00 committed by Jessica Janiuk
parent e43cba5c82
commit d703d21656
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ pkg_npm(
# This substitution is particularly verbose because we need to make sure
# that only things available via Angular Bazel are imported from
# 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"],
deps = [