/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.10
src/universal-app/index-source.html
24 строки
1016 B
Paul Gschwendtner
build: remove remaining `@npm//` usages
14 апр 2025, 15:16
14 апр 2025, 15:16
f699d2e
Код
Авторство
О чём код?
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Angular Material Universal Kitchen Sink Test</title> <link href="styles.css" rel="stylesheet" /> <link rel="preconnect" href="https://fonts.gstatic.com" /> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet" /> <base href="/" /> </head> <body class="mat-app-background mat-typography"> <kitchen-sink>Loading...</kitchen-sink> <script src="node_modules/zone.js/bundles/zone.umd.min.js"></script> <script src="https://maps.googleapis.com/maps/api/js?libraries=visualization"></script> <script src="https://unpkg.com/@googlemaps/markerclustererplus/dist/index.min.js"></script> <script src="client_bundle/main.js" type="module"></script> </body> </html>