2015-08-08 16:55:53 -04:00
{
"_listtype" : "ordered" ,
"index" : {
2015-10-15 02:04:58 -04:00
"title" : "Developer Guides"
2015-08-08 16:55:53 -04:00
} ,
2015-10-18 18:13:20 -04:00
"cheatsheet" : {
"title" : "Angular Cheat Sheet"
} ,
2015-08-08 16:55:53 -04:00
"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" ,
2015-10-19 23:14:51 -04:00
"intro" : "User input triggers DOM events. We listen to those events with EventBindings that funnel updated values back into our components and models."
2015-10-16 17:51:15 -04:00
} ,
2015-10-19 12:56:24 -04:00
"pipes" : {
"title" : "Pipes" ,
"intro" : "Pipes transform displayed values within a template"
} ,
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-17 19:40:10 -04:00
"dependency-injection" : {
"title" : "Dependency Injection" ,
"intro" : "Angular's dependency injection system creates and delivers dependent services \"just-in-time\"."
} ,
"hierarchical-dependency-injection" : {
2015-10-19 07:12:36 -04:00
"title" : "Hierarchical Injectors" ,
2015-10-17 19:40:10 -04:00
"intro" : "Angular's hierarchical dependency injection system supports nested injectors in parallel with the component tree."
} ,
2015-10-16 17:51:15 -04:00
"glossary" : {
"title" : "Glossary" ,
"intro" : "Brief definitions of the most important words in the Angular 2 vocabulary"
2015-08-08 16:55:53 -04:00
}
2015-10-09 13:33:12 -04:00
}