2014-11-07 14:30:04 -08:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
2017-01-26 22:30:42 -08:00
|
|
|
<title>Hello Angular</title>
|
2016-05-01 22:54:19 -07:00
|
|
|
<body>
|
2014-11-07 14:30:04 -08:00
|
|
|
<hello-app>
|
|
|
|
Loading...
|
|
|
|
</hello-app>
|
2019-11-22 13:12:05 -08:00
|
|
|
|
2019-11-25 13:46:16 -08:00
|
|
|
<!--load location for ts_devserver-->
|
|
|
|
<script src="/app_bundle.js"></script>
|
2014-11-07 14:30:04 -08:00
|
|
|
</body>
|
|
|
|
</html>
|