/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.26
packages/examples/index.html
16 строк
406 B
Paul Gschwendtner
refactor: switch `packages/examples` to ESM-compatible http server (#48521)
19 дек 2022, 22:50
19 дек 2022, 22:50
642d009
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Angular 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="/app_bundle.js"></script> </body> </html>