angular/modules/ssr-benchmarks/dist/index.html
Matthieu Riegler 9d1d742f1b build: enable angular formatting on all html files
This should also be safe on any html file that isn't an angular template
2025-12-08 10:19:45 -08:00

7 lines
158 B
HTML

<html>
<script type="module" src="./ssr-benchmarks/server/server.mjs"></script>
<body>
Check the console.
<app-root></app-root>
</body>
</html>