13 lines
205 B
HTML
Raw Permalink Normal View History

<!doctype html>
<html>
<title>Hello Angular</title>
<body>
<hello-app>
Loading...
</hello-app>
<!--load location for ts_devserver-->
<script src="/app_bundle.js"></script>
</body>
</html>