31 lines
994 B
JSON
31 lines
994 B
JSON
{
|
|
"_listtype": "ordered",
|
|
|
|
"index": {
|
|
"title": "Step By Step Guide"
|
|
},
|
|
|
|
"cheatsheet": {
|
|
"title": "Angular Cheat Sheet"
|
|
},
|
|
|
|
"setup": {
|
|
"title": "Getting Started"
|
|
},
|
|
|
|
"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",
|
|
"intro": "DOM events drive user input in Angular. You can use the native events like click, mouseover, and keyup. Angular uses a special syntax to register events to DOM elements. This section covers all the ins and outs of using the event syntax."
|
|
},
|
|
|
|
"forms": {
|
|
"title": "Forms",
|
|
"intro": "A form creates a cohesive, effective, and compelling data entry experience. An Angular form coordinates a set of data-bound user controls, tracks changes, validates input, and presents errors."
|
|
}
|
|
}
|