angular-cn/public/docs/_examples/dependency-injection/dart/web/index.html

16 lines
391 B
HTML

<!--#docregion-->
<!DOCTYPE html>
<html>
<head>
<title>Dependency Injection</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>
<my-app>Loading...</my-app>
<my-providers>Loading my-providers ...</my-providers>
</body>
</html>