mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9d1d742f1b
This should also be safe on any html file that isn't an angular template
8 lines
158 B
HTML
8 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>
|