/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modules/benchmarks/src/ng_template_outlet_context/ng2/index.html
16 строк
373 B
Matthieu Riegler
build: enable angular formatting on all html files
08 дек 2025, 21:19
08 дек 2025, 21:19
9d1d742
Код
Авторство
О чём код?
<!doctype html> <html> <head> <!-- Prevent the browser from requesting any favicon. --> <link rel="icon" href="data:," /> </head> <body> <div> <app-component>Loading...</app-component> </div> <script src="/_main/modules/node_modules/zone.js/bundles/zone.umd.js"></script> <script src="/bundle.debug.min.js"></script> </body> </html>