angular-cn/public/docs/_examples/structural-directives/dart/web/index.html

17 lines
360 B
HTML
Raw Normal View History

<!DOCTYPE html>
<!-- #docregion -->
<html>
<head>
<title>Angular 2 Structural Directives</title>
<link rel="stylesheet" href="styles.css">
<script defer src="main.dart" type="application/dart"></script>
<script defer src="packages/browser/dart.js"></script>
</head>
<body>
<structural-directives>Loading...</structural-directives>
</body>
</html>