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