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