/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/examples/upgrade/index.html
20 строк
638 B
Matthieu Riegler
build: enable angular formatting on all html files
08 дек 2025, 21:19
08 дек 2025, 21:19
9d1d742
Код
Авторство
О чём код?
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Angular Upgrade Examples</title> <base href="/" /> <!-- Prevent the browser from requesting any favicon. This could throw off the console output checks. --> <link rel="icon" href="data:," /> </head> <body> <example-app>Loading...</example-app> <script src="/_main/node_modules/zone.js/bundles/zone.umd.js"></script> <script src="/_main/node_modules/angular-1.8/angular.js"></script> <script src="/_main/node_modules/reflect-metadata/Reflect.js"></script> <script src="/app_bundle.js"></script> </body> </html>