/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modules/playground/src/animate/index.html
21 строка
510 B
Joey Perrott
build: update to bazel 7.6.0 (#63096)
14 авг 2025, 14:01
14 авг 2025, 14:01
c35c0c7
Код
Авторство
О чём код?
<!doctype html> <html> <title>Animation Example</title> <link rel="stylesheet" type="text/css" href="./css/animate-app.css" /> <style> animate-app { display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; padding: 50px; } </style> <body> <animate-app>Loading...</animate-app> </body> <script src="/_main/modules/node_modules/zone.js/bundles/zone.umd.js"></script> <script type="module" src="/app_bundle.js"></script> </html>