Files
angular-docs-cn/modules/payload_tests/hello_world/ts/webpack/index.html
T

11 lines
189 B
HTML
Raw Normal View History

<!doctype html>
<html>
2017-01-26 22:30:42 -08:00
<title>Angular Hello World payload test</title>
<body>
<hello-app>
Loading...
</hello-app>
<script src="app-bundle-deps.min.js"></script>
</body>
</html>