2017-03-23 18:52:34 -04:00
|
|
|
include ../_util-fns
|
2016-02-22 02:04:23 -08:00
|
|
|
|
|
|
|
:marked
|
|
|
|
The *Cookbook* offers answers to common implementation questions.
|
2017-03-23 18:52:34 -04:00
|
|
|
|
|
|
|
Each cookbook page is a collection of recipes focused on a particular Angular feature or application challenge
|
2016-02-22 02:04:23 -08:00
|
|
|
such as data binding, cross-component interaction, and communicating with a remote server via HTTP.
|
2017-03-23 18:52:34 -04:00
|
|
|
|
2016-02-22 02:04:23 -08:00
|
|
|
.l-sub-section
|
|
|
|
:marked
|
|
|
|
The cookbook is just getting started. Many more recipes are on the way.
|
2016-09-20 10:59:14 -07:00
|
|
|
|
2016-02-22 02:04:23 -08:00
|
|
|
:marked
|
2017-03-23 18:52:34 -04:00
|
|
|
Each cookbook links to a live sample with every recipe included.
|
|
|
|
|
|
|
|
Recipes are deliberately brief and code-centric.
|
|
|
|
Each recipe links to a relevant page of the [Developer Guide](../guide) or the
|
|
|
|
[API Reference](../api) where you can learn more about
|
|
|
|
the purpose, context, and design choices behind the code snippets.
|
|
|
|
|
2016-02-22 02:04:23 -08:00
|
|
|
## Feedback
|
2017-03-23 18:52:34 -04:00
|
|
|
|
|
|
|
Post *documentation* requests and comments as
|
|
|
|
<a href="https://github.com/angular/angular.io/issues" target="_blank" title="Documentation issues on github">
|
|
|
|
<i>issues</i> on the angular.io</a> github repository.
|
|
|
|
Fixes (small ones) are greatly appreciated as
|
|
|
|
<a href="https://github.com/angular/angular.io/pulls" target="_blank" title="Documentation PRs on github">
|
|
|
|
<i>pull requests</i></a>.
|
|
|
|
|
2016-09-20 05:24:40 +02:00
|
|
|
Post issues with *Angular itself* to the [angular](https://github.com/angular/angular) github repository.
|