angular-cn/public/docs/ts/latest/guide/_data.json

27 lines
945 B
JSON
Raw Normal View History

{
"_listtype": "ordered",
"index": {
"title": "Developer Guides"
},
"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."
2015-10-16 17:51:15 -04:00
},
2015-10-16 23:39:30 -04:00
"template-syntax": {
"title": "Template Syntax",
"intro": "How to write templates that display data and consume user events with the help of data binding."
},
2015-10-16 17:51:15 -04:00
"glossary": {
"title": "Glossary",
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary"
}
}