39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"index": {
|
|
"title": "Tutorial: Tour of Heroes",
|
|
"navTitle": "Introduction",
|
|
"intro": "The Tour of Heroes tutorial takes us through the steps of creating an Angular application in TypeScript.",
|
|
"nextable": true
|
|
},
|
|
"toh-pt1": {
|
|
"title": "The Hero Editor",
|
|
"intro": "We build a simple hero editor",
|
|
"nextable": true
|
|
},
|
|
"toh-pt2": {
|
|
"title": "Master/Detail",
|
|
"intro": "We build a master/detail page with a list of heroes",
|
|
"nextable": true
|
|
},
|
|
"toh-pt3": {
|
|
"title": "Multiple Components",
|
|
"intro": "We refactor the master/detail view into separate components",
|
|
"nextable": true
|
|
},
|
|
"toh-pt4": {
|
|
"title": "Services",
|
|
"intro": "We create a reusable service to manage our hero data calls",
|
|
"nextable": true
|
|
},
|
|
"toh-pt5": {
|
|
"title": "Routing",
|
|
"intro": "We add the Angular Component Router and learn to navigate among the views",
|
|
"nextable": true
|
|
},
|
|
"toh-pt6": {
|
|
"title": "Http",
|
|
"intro": "We convert our service and components to use Http",
|
|
"nextable": true
|
|
}
|
|
}
|