/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/ng_elements/src/slots.html
17 строк
374 B
Doug Parker
test: use strict mode for `ng_elements` integration test
13 апр 2026, 14:12
13 апр 2026, 14:12
cf47eb4
Код
Авторство
О чём код?
<!doctype html> <html> <head> <meta charset="utf-8" /> <title>Slot Test</title> <base href="/" /> </head> <body> <test-card> <span slot="card-header">TestCardTitle</span> <p>TestCardContent</p> <span slot="card-footer">TestCardFooter</span> </test-card> <script src="dist/bundle.js" type="module"></script> </body> </html>