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

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