mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
205 B
Text
10 lines
205 B
Text
filegroup(
|
|
name = "templates",
|
|
srcs = glob([
|
|
"**/*.html",
|
|
"**/*.js",
|
|
"**/*.json",
|
|
"**/*.xml",
|
|
]),
|
|
visibility = ["//aio/tools/transforms:__subpackages__"],
|
|
)
|