Skip to content

Commit dacf747

Browse files
author
lewis liu
committed
Merge pull request lewis617#1 from lewis617/master
'index'
2 parents c1f5aad + cf15b02 commit dacf747

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
### Example user template template
2-
### Example user template
31

42
# IntelliJ project files
53
.idea

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<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

Comments
 (0)