9
9
are building client applications in HTML and #{_Lang}.
10
10
<br style="clear:left;">
11
11
12
- :marked
13
12
## Organization
14
13
15
14
The documentation is divided into major thematic sections, each
@@ -22,7 +21,7 @@ table(width="100%")
22
21
col( width ="15%" )
23
22
col
24
23
tr( style =top)
25
- td <b >QuickStart</b >
24
+ td <b >< a href = " ../quickstart " > QuickStart</ a > </b >
26
25
td
27
26
:marked
28
27
The foundation for every page and sample in this documentation.
@@ -32,12 +31,12 @@ table(width="100%")
32
31
:marked
33
32
The essential ingredients of Angular development.
34
33
tr( style =top)
35
- td <b >API Reference</b >
34
+ td <b >< a href = " ../api " > API Reference</ a > </b >
36
35
td
37
36
:marked
38
37
Authoritative details about each member of the Angular libraries.
39
38
tr( style =top)
40
- td <b >Tutorial</b >
39
+ td <b >< a href = " ../tutorial " > Tutorial</ a > </b >
41
40
td
42
41
:marked
43
42
A step-by-step, immersive approach to learning Angular that
@@ -48,12 +47,14 @@ table(width="100%")
48
47
:marked
49
48
In-depth analysis of Angular features and development practices.
50
49
tr( style =top)
51
- td <b >Cookbook</b >
50
+ td <b >< a href = " ../cookbook " > Cookbook</ a > </b >
52
51
td
53
52
:marked
54
53
Recipes for specific application challenges, mostly code snippets with a minimum of exposition.
54
+
55
55
:marked
56
56
## Learning path
57
+
57
58
You don't have to read the guide straight through. Most pages stand on their own.
58
59
59
60
For those new to Angular, the recommended learning path runs through the *Guide* section:
@@ -80,37 +81,28 @@ table(width="100%")
80
81
81
82
After reading the above sections, you can skip to any other pages on this site.
82
83
83
- :marked
84
84
## Code samples
85
85
86
86
Each page includes code snippets that you can reuse in your applications.
87
87
These snippets are excerpts from a sample application that accompanies the page.
88
88
89
- block example-links
90
- :marked
91
- Look for a link to a running version of that sample near the top of each page,
92
- such as this <live-example name="architecture"></live-example> from the [Architecture](architecture.html) page.
89
+ Look for a link to a running version of that sample near the top of each page,
90
+ such as this <live-example name="architecture"></live-example> from the [Architecture](architecture.html) page.
91
+ <p if-docs="ts">
92
+ The link launches a browser-based code editor where you can inspect, modify, save, and download the code.
93
+ </p>
93
94
94
- The link launches a browser-based code editor where you can inspect, modify, save, and download the code.
95
-
96
- :marked
97
95
A few early pages are written as tutorials and are clearly marked as such.
98
96
The rest of the pages highlight key points in code rather than explain each step necessary to build the sample.
99
97
You can always get the full source through the #{_liveLink}.
100
98
101
99
## Reference pages
102
100
103
- The [Cheat Sheet](cheatsheet.html) lists Angular syntax for common scenarios.
104
-
105
- The [Glossary](glossary.html) defines terms that Angular developers should know.
106
-
107
- The [API Reference](../api/) is the authority on every public-facing member of the Angular libraries.
108
-
109
- ## Feedback
110
-
111
- We welcome feedback!
112
-
113
- Use the [angular.io Github repo](https://github.com/angular/angular.io) for **documentation** issues and pull requests.
101
+ - The [Cheat Sheet](cheatsheet.html) lists Angular syntax for common scenarios.
102
+ - The [Glossary](glossary.html) defines terms that Angular developers should know.
103
+ - The [API Reference](../api/) is the authority on every public-facing member of the Angular libraries.
114
104
105
+ ## We welcome feedback!
115
106
116
- Use the [Angular Github repo](https://github.com/angular/angular) to report issues with **Angular** itself.
107
+ - Use the [angular.io Github repo](https://github.com/angular/angular.io) for **documentation** issues and pull requests.
108
+ - Use the [Angular Github repo](!{_ngRepoURL}) to report issues with **Angular** itself.
0 commit comments