/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/ng_elements/src/hello-world.html
16 строк
387 B
Doug Parker
test: use strict mode for `ng_elements` integration test
13 апр 2026, 14:12
13 апр 2026, 14:12
cf47eb4
Код
Авторство
О чём код?
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Hello World</title> <base href="/" /> </head> <body> <input type="text" /> <hello-world-el></hello-world-el> <hello-world-onpush-el></hello-world-onpush-el> <hello-world-shadow-el></hello-world-shadow-el> <script src="dist/bundle.js" type="module"></script> </body> </html>