2015-04-16 10:24:28 -04:00
{
"_listtype" : "ordered" ,
2015-04-22 02:09:13 -04:00
"index" : {
2016-02-25 12:03:50 -05:00
"title" : "Developer Guides"
2015-04-22 02:09:13 -04:00
} ,
2015-12-08 15:23:43 -05:00
"cheatsheet" : {
"title" : "Angular Cheat Sheet"
} ,
2016-02-25 12:03:50 -05:00
"architecture" : {
"title" : "Architecture Overview"
} ,
2015-12-08 15:23:43 -05:00
2015-04-18 12:12:05 -04:00
"displaying-data" : {
2015-04-22 08:25:26 -04:00
"title" : "Displaying Data" ,
2016-02-25 12:03:50 -05:00
"intro" : "Interpolation and other forms of property binding help us show app data in the UI."
2015-04-18 12:12:05 -04:00
} ,
"user-input" : {
2015-04-22 08:25:26 -04:00
"title" : "User Input" ,
2016-02-25 12:03:50 -05:00
"intro" : "User input triggers DOM events. We listen to those events with event bindings that funnel updated values back into our components and models."
2015-12-12 17:18:44 -05:00
} ,
"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."
2016-02-25 12:03:50 -05:00
} ,
"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" : "Learn 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."
} ,
"server-communication" : {
"title" : "Http Client" ,
"intro" : "Talk to a remote server with the Angular Http Client."
} ,
"lifecycle-hooks" : {
"title" : "Lifecycle Hooks" ,
"intro" : "Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them."
} ,
"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."
} ,
2016-02-17 22:31:42 -05:00
"npm-packages" : {
"title" : "npm packages" ,
"intro" : "Details of the recommended npm packages and the different kinds of package dependencies"
} ,
2016-02-25 12:03:50 -05:00
"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"
2015-04-16 10:24:28 -04:00
}
}