76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"_listtype": "ordered",
|
|
|
|
"index": {
|
|
"title": "Developer Guides"
|
|
},
|
|
|
|
"cheatsheet": {
|
|
"title": "Angular Cheat Sheet"
|
|
},
|
|
|
|
"architecture": {
|
|
"title": "Architecture Overview"
|
|
},
|
|
|
|
"displaying-data": {
|
|
"title": "Displaying Data",
|
|
"intro": "In Angular, we display data by binding component properties to elements in HTML templates using interpolation and other forms of Property Binding."
|
|
},
|
|
|
|
"user-input": {
|
|
"title": "User Input",
|
|
"intro": "User input triggers DOM events. We listen to those events with EventBindings that funnel updated values back into our components and models."
|
|
},
|
|
|
|
"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."
|
|
},
|
|
|
|
"dependency-injection": {
|
|
"title": "Dependency Injection",
|
|
"intro": "Angular's dependency injection system creates and delivers dependent services \"just-in-time\"."
|
|
},
|
|
|
|
"template-syntax": {
|
|
"title": "Template Syntax",
|
|
"intro": "How to write templates that display data and consume user events with the help of data binding."
|
|
},
|
|
|
|
"pipes": {
|
|
"title": "Pipes",
|
|
"intro": "Pipes transform displayed values within a template"
|
|
},
|
|
|
|
"router": {
|
|
"title": "Routing & Navigation",
|
|
"intro": "Discover the basics of screen navigation with the Angular 2 router"
|
|
},
|
|
|
|
"attribute-directives": {
|
|
"title": "Attribute Directives",
|
|
"intro": "Attribute directives attach behavior to elements."
|
|
},
|
|
|
|
"structural-directives": {
|
|
"title": "Structural Directives",
|
|
"intro": "Angular has a powerful template engine that lets us easily manipulate the DOM structure of our elements."
|
|
},
|
|
|
|
"hierarchical-dependency-injection": {
|
|
"title": "Hierarchical Injectors",
|
|
"intro": "Angular's hierarchical dependency injection system supports nested injectors in parallel with the component tree."
|
|
},
|
|
|
|
"upgrade": {
|
|
"title": "Upgrading from 1.x",
|
|
"intro": "Angular 1 applications can be incrementally upgraded to Angular 2."
|
|
},
|
|
|
|
"glossary": {
|
|
"title": "Glossary",
|
|
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary"
|
|
}
|
|
}
|