@@ -31,36 +31,36 @@ table(width="100%")
31
31
:marked
32
32
The foundation for every page and sample in this documentation.
33
33
tr( style =top)
34
- td <b >Tutorial </b >
34
+ td <b >Guide </b >
35
35
td
36
36
:marked
37
- A step-by-step, immersive approach to learning Angular that
38
- introduces the major features of Angular in an application context.
37
+ The essential ingredients of Angular development.
39
38
tr( style =top)
40
- td <b >Basics </b >
39
+ td <b >API Reference </b >
41
40
td
42
41
:marked
43
- The essential ingredients of Angular development .
42
+ Authoritative details about each member of the Angular libraries .
44
43
tr( style =top)
45
- td <b >Developer Guide </b >
44
+ td <b >Tutorial </b >
46
45
td
47
46
:marked
48
- In-depth analysis of Angular features and development practices.
47
+ A step-by-step, immersive approach to learning Angular that
48
+ introduces the major features of Angular in an application context.
49
49
tr( style =top)
50
- td <b >Cookbook </b >
50
+ td <b >Advanced </b >
51
51
td
52
52
:marked
53
- Recipes for specific application challenges, mostly code snippets with a minimum of exposition .
53
+ In-depth analysis of Angular features and development practices .
54
54
tr( style =top)
55
- td <b >API Reference </b >
55
+ td <b >Cookbook </b >
56
56
td
57
57
:marked
58
- Authoritative details about each member of the Angular libraries .
58
+ Recipes for specific application challenges, mostly code snippets with a minimum of exposition .
59
59
:marked
60
60
# Learning path
61
61
You don't have to read the guide straight through. Most pages stand on their own.
62
62
63
- For those new to Angular, the recommended learning path runs through the *Basics * section:
63
+ For those new to Angular, the recommended learning path runs through the *Guide * section:
64
64
65
65
1. For the big picture, read the [Architecture](architecture.html) overview.
66
66
0 commit comments