/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/aria/menu/BUILD.bazel
28 строк
544 B
Cheng-Hsuan Tsai
fix(aria/menu): defer menu item focus in case menus in cdk overlay (#33258)
18 май 2026, 08:41
Не верифицирован
18 май 2026, 08:41
629fe71
Код
Авторство
О чём код?
load("//tools:defaults.bzl", "ng_project") package(default_visibility = ["//visibility:public"]) ng_project( name = "menu", srcs = glob(["**/*.ts"]), assets = glob([ "**/*.html", "**/*.css", ]), deps = [ "//:node_modules/@angular/common", "//:node_modules/@angular/core", "//src/aria/menu", "//src/cdk/a11y", "//src/cdk/overlay", ], ) filegroup( name = "source-files", srcs = glob([ "**/*.html", "**/*.css", "**/*.ts", ]), )