-
Notifications
You must be signed in to change notification settings - Fork 69
/
index.json
81 lines (81 loc) · 1.64 KB
/
index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "ng-book 2 code directory",
"description": "This file is an index of the sample code",
"chapters": [
{
"name": "Writing your First Angular Web Application",
"examples": [
"first-app/angular-hello-world",
"first-app/angular-reddit"
]
},
{
"name": "TypeScript",
"examples": []
},
{
"name": "How Angular Works",
"examples": ["how-angular-works/inventory-app"]
},
{
"name": "Built-in Directives",
"examples": ["built-in-directives"]
},
{
"name": "Forms in Angular",
"examples": ["forms"]
},
{
"name": "Data Architecture in Angular",
"examples": []
},
{
"name": "Data Architecture with Observables - Part 1: Services",
"examples": ["rxjs/rxjs-chat"]
},
{
"name": "Data Architecture with Observables - Part 2: View Components",
"examples": []
},
{
"name": "Data Architecture with Redux",
"examples": [
"redux/redux-chat",
"redux/redux-chat/redux-counter"
]
},
{
"name": "HTTP",
"examples": ["http"]
},
{
"name": "Routing",
"examples": [
"routes/routing",
"routes/music"
]
},
{
"name": "Converting an AngularJS 1.x App to Angular",
"examples": [
"upgrade/hybrid"
]
},
{
"name": "Testing",
"examples": []
},
{
"name": "Advanced Components",
"examples": [
"advanced-components"
]
},
{
"name": "Dependency Injection",
"examples": [
"dependency-injection"
]
}
]
}