angular/modules/playground/src/async/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
277 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<title>Async</title>
</head>
<body>
<async-app> Loading... </async-app>
<script src="/_main/modules/node_modules/zone.js/bundles/zone.umd.js"></script>
<script type="module" src="/app_bundle.js"></script>
</body>
</html>