angular/packages/zone.js/test/webdriver/test.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

9 lines
157 B
HTML

<!doctype html>
<html>
<head>
<script src="../../dist/zone.js"></script>
</head>
<body>
<div id="thetext">Hello Zones!</div>
</body>
</html>