angular-cn/modules/@angular/examples/_common/index.html

17 lines
350 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="bootstrap.js"></script>
<script type="text/javascript">
System.import('main-dynamic').catch(console.error.bind(console));
</script>
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon" />
</head>
<body>
<example-app>
loading...
</example-app>
</body>
</html>