/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/dev-app/layout/BUILD.bazel
22 строки
472 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", "sass_binary") package(default_visibility = ["//visibility:public"]) ng_project( name = "layout", srcs = glob(["**/*.ts"]), assets = [ "layout-demo.html", ":layout_demo_scss", ], deps = [ "//:node_modules/@angular/core", "//src/cdk/layout", "//src/components-examples/cdk/layout", ], ) sass_binary( name = "layout_demo_scss", src = "layout-demo.scss", )