17 lines
324 B
HTML
17 lines
324 B
HTML
<!DOCTYPE html>
|
|
<!-- #docregion -->
|
|
<html>
|
|
|
|
<head>
|
|
<title>Angular 2 Lifecycle Hooks</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>
|
|
</body>
|
|
|
|
</html>
|