Skip to content

Commit abe4939

Browse files
author
rxlabz
committed
update to angular 3.0.0-alpha & angular_components 0.3-alpha
1 parent 7f0e356 commit abe4939

File tree

1,356 files changed

+347695
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,356 files changed

+347695
-2
lines changed

bin/web/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html><html><head>
2+
<title>NGDartForms</title>
3+
4+
<script defer="" src="main.dart.js"></script>
5+
6+
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
7+
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.blue_grey-cyan.min.css">
8+
<script defer="" src="https://code.getmdl.io/1.2.1/material.min.js"></script>
9+
<link rel="stylesheet" href="styles.css">
10+
</head>
11+
<body>
12+
<my-app>Loading...</my-app>
13+
14+
15+
</body></html>

0 commit comments

Comments
 (0)