2015-10-15 02:04:58 -04:00
|
|
|
{
|
|
|
|
"_listtype": "ordered",
|
|
|
|
|
|
|
|
"index": {
|
2015-10-15 03:51:24 -04:00
|
|
|
"title": "Tutorial: Tour of Heroes",
|
2015-10-15 02:04:58 -04:00
|
|
|
"intro": "The Tour of Heroes tutorial takes us through the steps of creating an Angular application in TypeScript."
|
2015-10-15 03:51:24 -04:00
|
|
|
},
|
|
|
|
"toh-pt1": {
|
|
|
|
"title": "The Hero Editor",
|
|
|
|
"intro": "We build a simple hero editor"
|
|
|
|
},
|
|
|
|
"toh-pt2": {
|
|
|
|
"title": "Master/Detail",
|
2015-12-14 23:05:13 -05:00
|
|
|
"intro": "We build a master/detail page with a list of heroes"
|
|
|
|
},
|
|
|
|
"toh-pt3": {
|
|
|
|
"title": "Multiple Components",
|
|
|
|
"intro": "We refactor the master/detail view into separate components"
|
2015-12-16 21:47:02 -05:00
|
|
|
},
|
|
|
|
"toh-pt4": {
|
|
|
|
"title": "Services",
|
|
|
|
"intro": "We create a reusable service to manage our hero data calls"
|
2015-10-15 02:04:58 -04:00
|
|
|
}
|
|
|
|
}
|