-
Notifications
You must be signed in to change notification settings - Fork 334
/
Copy pathindex.json
77 lines (77 loc) · 1.66 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
{
"name": "ng-book 2 code directory",
"description": "This file is an index of the sample code",
"chapters": [
{
"name": "Writing your First Angular 2 Web Application",
"examples": [
"first_app/hello-world",
"first_app/angular2-reddit-base",
"first_app/angular2-reddit-completed"
]
},
{
"name": "TypeScript",
"examples": []
},
{
"name": "How Angular Works",
"examples": ["how_angular_works/inventory_app"]
},
{
"name": "Built-in Components",
"examples": [
"built_in_components/ng_class",
"built_in_components/ng_for",
"built_in_components/ng_non_bindable",
"built_in_components/ng_style",
"built_in_components/ng_switch"
]
},
{
"name": "Forms in Angular 2",
"examples": ["forms"]
},
{
"name": "Data Architecture in Angular 2",
"examples": []
},
{
"name": "Data Architecture with Observables - Part 1: Services",
"examples": ["rxjs/chat"]
},
{
"name": "Data Architecture with Observables - Part 2: View Components",
"examples": []
},
{
"name": "HTTP",
"examples": ["http"]
},
{
"name": "Routing",
"examples": [
"routes/basic",
"routes/music",
"routes/auth",
"routes/nested"
]
},
{
"name": "Converting an Angular 1 App to Angular 2",
"examples": [
"conversion/hybrid"
]
},
{
"name": "Testing",
"examples": []
},
{
"name": "Advanced Components",
"examples": [
"advanced_components"
]
}
]
}