/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/core/test/animation_utils/BUILD.bazel
14 строк
275 B
Jessica Janiuk
refactor(core): dispatch enter and leave animations at the right times (#63450)
11 сен 2025, 01:24
11 сен 2025, 01:24
4924108
Код
Авторство
О чём код?
load("//tools:defaults.bzl", "ts_project") package(default_visibility = ["//visibility:public"]) ts_project( name = "animation_utils", testonly = True, srcs = [ "tick_animation_frames.ts", ], deps = [ "//packages/core/testing", ], )