docs(cookbook-overview): copy edits with Ward's comments (#3355)

This commit is contained in:
Kapunahele Wong 2017-03-23 18:52:34 -04:00 committed by Ward Bell
parent a705a0ca3c
commit 3cf43d66d1
1 changed files with 19 additions and 17 deletions

View File

@ -1,28 +1,30 @@
include ../_util-fns include ../_util-fns
:marked :marked
The *Cookbook* offers answers to common implementation questions. The *Cookbook* offers answers to common implementation questions.
Each cookbook chapter is a collection of recipes focused on a particular Angular feature or application challenge Each cookbook page is a collection of recipes focused on a particular Angular feature or application challenge
such as data binding, cross-component interaction, and communicating with a remote server via HTTP. such as data binding, cross-component interaction, and communicating with a remote server via HTTP.
.l-sub-section .l-sub-section
:marked :marked
The cookbook is just getting started. Many more recipes are on the way. The cookbook is just getting started. Many more recipes are on the way.
:marked :marked
Each cookbook chapter links to a live sample with every recipe included. Each cookbook links to a live sample with every recipe included.
Recipes are deliberately brief and code-centric. Recipes are deliberately brief and code-centric.
Each recipe links to a chapter of the Developer Guide or the API Guide Each recipe links to a relevant page of the [Developer Guide](../guide) or the
where you can learn more about the purpose, context, and design choices behind the code snippets. [API Reference](../api) where you can learn more about
the purpose, context, and design choices behind the code snippets.
## Feedback ## Feedback
The cookbook is a perpetual *work-in-progress*. Post *documentation* requests and comments as
We welcome feedback! Leave a comment by clicking the icon in upper right corner of the banner. <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.
Post *documentation* issues and pull requests on the Fixes (small ones) are greatly appreciated as
[angular.io](https://github.com/angular/angular.io) github repository. <a href="https://github.com/angular/angular.io/pulls" target="_blank" title="Documentation PRs on github">
<i>pull requests</i></a>.
Post issues with *Angular itself* to the [angular](https://github.com/angular/angular) github repository. Post issues with *Angular itself* to the [angular](https://github.com/angular/angular) github repository.