/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modules/playground/src/key_events/index.html
25 строк
570 B
Joey Perrott
build: update to bazel 7.6.0 (#63096)
14 авг 2025, 14:01
14 авг 2025, 14:01
c35c0c7
Код
Авторство
О чём код?
<!doctype html> <html> <title>Key events</title> <style> .sample-area { text-align: center; margin: 5px; height: 50px; line-height: 50px; border-radius: 5px; border: 1px solid #d0d0d0; } .sample-area:focus { border: 1px solid blue; color: blue; font-weight: bold; } </style> <body> <key-events-app> Loading... </key-events-app> <script src="/_main/modules/node_modules/zone.js/bundles/zone.umd.js"></script> <script type="module" src="/app_bundle.js"></script> </body> </html>