/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/core/BUILD.bazel
29 строк
592 B
Joey Perrott
build: merge the default.bzl and default2.bzl files (#30953)
24 апр 2025, 23:55
Не верифицирован
24 апр 2025, 23:55
e500a8e
Код
Авторство
О чём код?
load("//tools:defaults.bzl", "ng_project") package(default_visibility = ["//visibility:public"]) ng_project( name = "core", srcs = glob(["**/*.ts"]), assets = glob([ "**/*.html", "**/*.css", ]), deps = [ "//:node_modules/@angular/core", "//:node_modules/@angular/forms", "//src/material/button", "//src/material/checkbox", "//src/material/core", "//src/material/input", ], ) filegroup( name = "source-files", srcs = glob([ "**/*.html", "**/*.css", "**/*.ts", ]), )