-
Notifications
You must be signed in to change notification settings - Fork 1
/
ngrx-store-book.json
94 lines (94 loc) · 2.82 KB
/
ngrx-store-book.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
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"category": "angular",
"author": "Razroo Angular Content Team",
"publisher": "Razroo",
"subject": "State Management",
"bookTitle": "Angular: The Full Gamut - ngrx/store",
"coverImage": "assets/angular-the-full-gamut-state-management-cover.jpg",
"files": [
{
"path": "state/when-to-use-ngrx/when-to-use-ngrx.md",
"title": "When to Use @ngrx/store"
},
{
"path": "state/primer/actions/actions.md",
"title": "Primer - Actions"
},
{
"path": "state/primer/reducers/reducers.md",
"title": "Primer - Reducers"
},
{
"path": "state/history-of-state-management/history-of-state-management.md",
"title": "History of State Management"
},
{
"path": "state/introduction-to-ngrx-store/introduction-to-ngrx-store.md",
"title": "Introduction to @ngrx/store"
},
{
"path": "state/ngrx-cli/ngrx-cli.md",
"title": "Ngrx CLI"
},
{
"path": "state/ngrx-store/ngrx-store.md",
"title": "State Management - @ngrx/store"
},
{
"path": "state/ngrx-router-store/ngrx-router-store.md",
"title": "@ngrx/router-store"
},
{
"path": "state/store-selectors/store-selectors.md",
"title": "Store Selectors"
},
{
"path": "state/aggregation-pattern/aggregation-pattern.md",
"title": "Aggregation Pattern"
},
{
"path": "state/re-using-reducer-logic/re-using-reducer-logic.md",
"title": "Re-using Reducer Logic"
},
{
"path": "state/ngrx-effects/ngrx-effects.md",
"title": "Ngrx Effects"
},
{
"path": "state/ngrx-entity/heavily-use/heavily-use.md",
"title": "The Case for Using Ngrx/Entity by Default"
},
{
"path": "state/ngrx-entity/ngrx-entity.md",
"title": "Ngrx Entity"
},
{
"path": "state/ngrx-properly-unsubscribing/ngrx-properly-unsubscribing.md",
"title": "State Management - Properly Unsubscribing"
},
{
"path": "state/re-usable-state-anti-pattern/re-usable-state-anti-pattern.md",
"title": "Re-Usable State - An Anti-Pattern"
},
{
"path": "state/facade-pattern/facade-pattern.md",
"title": "Facade Pattern"
},
{
"path": "state/data-access/data-access.md",
"title": "State Directory Structure"
},
{
"path": "state/data-access/data-access-testing-module/data-access-testing-module.md",
"title": "Data Access Testing Module"
},
{
"path": "state/correlation-id-service/correlation-id-service.md",
"title": "Correlation ID Service"
},
{
"path": "state/integrating-component-with-ngrx-store/integrating-component-with-ngrx-store.md",
"title": "Integrating a Component with @ngrx/store"
}
]
}