23 lines
495 B
JSON
23 lines
495 B
JSON
{
|
|
"_listtype": "ordered",
|
|
|
|
"setup": {
|
|
"title": "Getting Started"
|
|
},
|
|
|
|
"index": {
|
|
"title": "Step By Step Guide"
|
|
},
|
|
|
|
"displaying-data": {
|
|
"title": "Displaying Data",
|
|
"intro": "Displaying data is job number one for any good application. In Angular, you bind data to elements in HTML templates, and Angular automatically updates the UI as data changes."
|
|
},
|
|
|
|
"user-input": {
|
|
"title": "User Input"
|
|
},
|
|
"making-components": {
|
|
"title": "Making Components"
|
|
}
|
|
} |