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

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

13 lines
277 B
HTML

<!doctype html>
<html>
<head>
<title>Async</title>
</head>
<body>
<async-app> Loading... </async-app>
<script src="/_main/modules/node_modules/zone.js/bundles/zone.umd.js"></script>
<script type="module" src="/app_bundle.js"></script>
</body>
</html>