/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modules/playground/src/jsonp/index.html
10 строк
261 B
Joey Perrott
build: update to bazel 7.6.0 (#63096)
14 авг 2025, 14:01
14 авг 2025, 14:01
c35c0c7
Код
Авторство
О чём код?
<!doctype html> <html> <title>Hello Jsonp</title> <body> <jsonp-app> Loading... </jsonp-app> <script src="/_main/modules/node_modules/zone.js/bundles/zone.umd.js"></script> <script type="module" src="/app_bundle.js"></script> </body> </html>