From d703d21656fcda8331e7c40959e21964ac7f8c74 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 27 Jan 2021 08:19:16 -0800 Subject: [PATCH] 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 --- dev-infra/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-infra/BUILD.bazel b/dev-infra/BUILD.bazel index d064b9320d..1df6ca7246 100644 --- a/dev-infra/BUILD.bazel +++ b/dev-infra/BUILD.bazel @@ -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 = [