We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1f5aad + cf15b02 commit dacf747Copy full SHA for dacf747
.gitignore
@@ -1,5 +1,3 @@
1
-### Example user template template
2
-### Example user template
3
4
# IntelliJ project files
5
.idea
index.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>angular2-tutorial</title>
6
+</head>
7
+<body>
8
+demo list
9
+<ul>
10
+ <li><a href="hellowold">hellowold</a></li>
11
+ <li><a href="template-syntax">template-syntax</a></li>
12
+ <li><a href="componnets">componnets</a></li>
13
+ <li><a href="directives">directives</a></li>
14
+ <li><a href="lifecycle">lifecycle</a></li>
15
+ <li><a href="pipes">pipes</a></li>
16
+ <li><a href="service">service</a></li>
17
+</ul>
18
+</body>
19
+</html>
0 commit comments