mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
* Without this BUILD file we were seeing errors about the reference to expand_template.bzl in ng_rollup_bundle.bzl because dev-infra/bazel was not considered a package. PR Close #38026
9 lines
162 B
Text
9 lines
162 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "files",
|
|
srcs = [
|
|
"BUILD.bazel",
|
|
"expand_template.bzl",
|
|
],
|
|
)
|