2016-03-04 01:50:42 -05:00
|
|
|
<!--#docregion-->
|
2016-02-06 17:02:44 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2016-03-04 01:50:42 -05:00
|
|
|
<head>
|
|
|
|
<title>Dependency Injection</title>
|
|
|
|
<link rel="stylesheet" href="styles.css">
|
2016-02-06 17:02:44 -05:00
|
|
|
|
2016-03-04 01:50:42 -05:00
|
|
|
<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>
|
2016-02-06 17:02:44 -05:00
|
|
|
</html>
|