24 lines
672 B
JSON
24 lines
672 B
JSON
{
|
|
"_listtype": "ordered",
|
|
|
|
"index": {
|
|
"title": "Tutorial: Tour of Heroes",
|
|
"intro": "The Tour of Heroes tutorial takes us through the steps of creating an Angular application in TypeScript."
|
|
},
|
|
"toh-pt1": {
|
|
"title": "The Hero Editor",
|
|
"intro": "We build a simple hero editor"
|
|
},
|
|
"toh-pt2": {
|
|
"title": "Master/Detail",
|
|
"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"
|
|
},
|
|
"toh-pt4": {
|
|
"title": "Services",
|
|
"intro": "We create a reusable service to manage our hero data calls"
|
|
}
|
|
} |