angular/modules/playground/src/sourcemap/index.html
Joey Perrott a6a2e38e5c build: update to bazel 7.6.0 (#63096)
Update to later version of bazel

PR Close #63096
2025-08-14 13:01:32 +02:00

12 lines
362 B
HTML

<!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>