/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modules/playground/src/sourcemap/index.html
12 строк
362 B
Joey Perrott
build: update to bazel 7.6.0 (#63096)
14 авг 2025, 14:01
14 авг 2025, 14:01
c35c0c7
Код
Авторство
О чём код?
<!doctype html> <html> <title>Sourcemaps</title> <body> <error-app> Loading... </error-app> <p>Please look into the console and check whether the stack trace is mapped via source maps!</p> <script src="/_main/modules/node_modules/zone.js/bundles/zone.umd.js"></script> <script type="module" src="/app_bundle.js"></script> </body> </html>