Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit dc54a03

Browse files
committed
move ts sources of toh tutorial to dart directory
1 parent 615a8d4 commit dc54a03

File tree

10 files changed

+2991
-0
lines changed

10 files changed

+2991
-0
lines changed

public/docs/dart/latest/_data.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"title": "5 Min Quickstart"
1212
},
1313

14+
"tutorial": {
15+
"icon": "list",
16+
"title": "Tutorial",
17+
"banner": "Angular 2 is currently in Beta."
18+
},
19+
1420
"guide": {
1521
"icon": "list",
1622
"title": "Developers Guide",
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"_listtype": "ordered",
3+
4+
"index": {
5+
"title": "Tutorial: Tour of Heroes",
6+
"intro": "The Tour of Heroes tutorial takes us through the steps of creating an Angular application in TypeScript."
7+
},
8+
"toh-pt1": {
9+
"title": "The Hero Editor",
10+
"intro": "We build a simple hero editor"
11+
},
12+
"toh-pt2": {
13+
"title": "Master/Detail",
14+
"intro": "We build a master/detail page with a list of heroes"
15+
},
16+
"toh-pt3": {
17+
"title": "Multiple Components",
18+
"intro": "We refactor the master/detail view into separate components"
19+
},
20+
"toh-pt4": {
21+
"title": "Services",
22+
"intro": "We create a reusable service to manage our hero data calls"
23+
}
24+
}

0 commit comments

Comments
 (0)