/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/core/test/bundling/image-directive/index.html
16 строк
354 B
Matthieu Riegler
build: enable angular formatting on all html files
08 дек 2025, 21:19
08 дек 2025, 21:19
9d1d742
Код
Авторство
О чём код?
<!doctype html> <html> <head> <title>Image Directive Example</title> <base href="/" /> </head> <body> <!-- The Angular application will be bootstrapped into this element. --> <app-root></app-root> <script src="/_main/node_modules/zone.js/bundles/zone.umd.js"></script> <script src="bundle.js"></script> </body> </html>