angular-cn/modules/payload_tests/hello_world/ts/systemjs/index.html

12 lines
194 B
HTML

<!doctype html>
<html>
<title>Angular 2.0 Hello World payload test</title>
<body>
<hello-app>
Loading...
</hello-app>
<script src="app-bundle-deps.min.js"></script>
</body>
</html>