31 lines
1004 B
JSON
31 lines
1004 B
JSON
{
|
|
"_listtype": "ordered",
|
|
|
|
"index": {
|
|
"title": "Developer Guides"
|
|
},
|
|
|
|
"cheatsheet": {
|
|
"title": "Angular Cheat Sheet"
|
|
},
|
|
|
|
"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."
|
|
},
|
|
|
|
"template-syntax": {
|
|
"title": "Template Syntax",
|
|
"intro": "How to write templates that display data and consume user events with the help of data binding."
|
|
},
|
|
|
|
"glossary": {
|
|
"title": "Glossary",
|
|
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary"
|
|
}
|
|
} |