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

27 lines
934 B
JSON
Raw Normal View History

{
"_listtype": "ordered",
2015-04-23 11:58:53 -04:00
2015-04-22 10:49:21 -04:00
"index": {
"title": "Step By Step Guide"
},
2015-05-01 13:30:12 -04:00
"setup": {
"title": "Getting Started"
},
"displaying-data": {
2015-04-23 11:58:53 -04:00
"title": "Displaying Data",
2015-05-01 13:30:12 -04:00
"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."
},
2015-04-23 11:58:53 -04:00
"user-input": {
2015-05-01 13:30:12 -04:00
"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-05-01 13:30:12 -04:00
"making-components": {
2015-05-01 13:30:12 -04:00
"title": "Making Components",
"intro": "Angular applications are a tree of nested components. You always begin with a top-level component. You add child components by including them in the parent's template."
2015-04-22 03:38:57 -04:00
}
2015-05-01 13:30:12 -04:00
}