mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
12 lines
246 B
Text
12 lines
246 B
Text
package(default_visibility = ["//:__subpackages__"])
|
|
|
|
filegroup(
|
|
name = "assets",
|
|
srcs = glob([
|
|
"*.svg",
|
|
"**/*.png",
|
|
"*.css",
|
|
]) + [
|
|
"//third_party/fonts.google.com/material-symbols-outlined",
|
|
],
|
|
)
|