2016-01-14 13:23:29 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!-- #docregion -->
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>Angular 2 Structural Directives</title>
|
2016-02-27 16:48:24 -05:00
|
|
|
<link rel="stylesheet" href="styles.css">
|
2016-01-14 13:23:29 -05:00
|
|
|
<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>
|