mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
241 B
HTML
10 lines
241 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
|
|
<hello-world>loading..</hello-world>
|
|
|
|
<script src="./node_modules/zone.js/dist/zone.js"></script>
|
|
<script src="./node_modules/reflect-metadata/Reflect.js"></script>
|
|
<script src="./dist/bundle.min.js"></script>
|
|
</html>
|