-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
752 lines (752 loc) · 21.3 KB
/
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
{
"category": "angular",
"author": "Razroo Angular",
"bookTitle": "Angular: The Full Gamut",
"id": "abbf7dba",
"files": [
{
"path": "introduction/introduction.md",
"title": "Introduction"
},
{
"path": "dev-tools/dependency-graph/dependency-graph.md",
"title": "Dependency Graph"
},
{
"path": "dev-tools/angular-cli/angular-cli.md",
"title": "Angular CLI"
},
{
"path": "dev-tools/nrwl/nrwl.md",
"title": "Nrwl"
},
{
"path": "dev-tools/compodoc/compodoc.md",
"title": "Compodoc"
},
{
"path": "dev-tools/angular-cli-post-nx/angular-cli-post-nx.md",
"title": "Angular CLI Post NX"
},
{
"path": "dev-tools/github/code-owners/code-owners.md",
"title": "Code Owners"
},
{
"path": "dev-tools/github/github-wiki/github-wiki.md",
"title": "Github Wiki"
},
{
"path": "dev-tools/github/github-board/github-board.md",
"title": "Github Board"
},
{
"path": "dev-tools/linting/lint-all-the-things/lint-all-the-things.md",
"title": "Lint All The Things"
},
{
"path": "dev-tools/linting/linting-html/linting-html.md",
"title": "Linting HTML"
},
{
"path": "dev-tools/linting/linting-sass/linting-sass.md",
"title": "Linting Sass"
},
{
"path": "dev-tools/linting/accessibility/accessibility.md",
"title": "Accessibility"
},
{
"path": "dev-tools/lighthouse/lighthouse.md",
"title": "Lighthouse"
},
{
"path": "dev-tools/schematics/schematics.md",
"title": "Schematics"
},
{
"path": "dev-tools/schematics/schematics-deep-dive/schematics-deep-dive.md",
"title": "Schematics Deep Dive"
},
{
"path": "dev-tools/schematics/px-schematics/px-schematics.md",
"title": "PX Schematics"
},
{
"path": "dev-tools/schematics/nrwl-schematics/nrwl-schematics.md",
"title": "Nrwl Schematics"
},
{
"path": "dev-tools/storybook/storybook.md",
"title": "Storybook"
},
{
"path": "typescript/data-access-interface/data-access-interface.md",
"title": "Data Access Interface"
},
{
"path": "typescript/data-models/data-models.md",
"title": "Data Models"
},
{
"path": "typescript/interfaces-and-partials/interfaces-and-partials.md",
"title": "Interfaces and Partials"
},
{
"path": "typescript/tsconfig/tsconfig.md",
"title": "Tsconfig"
},
{
"path": "typescript/component-inheritance/component-inheritance.md",
"title": "Component Inheritance"
},
{
"path": "typescript/barrel-file/barrel-file.md",
"title": "Barrel File"
},
{
"path": "typescript/getting-and-setting/getting-and-setting.md",
"title": "Getting and Setting"
},
{
"path": "typescript/immutable/immutable.md",
"title": "Immutable"
},
{
"path": "typescript/declaration-files/declaration-files.md",
"title": "Declaration Files"
},
{
"path": "typescript/declaration-files/custom-declaration-files/custom-declaration-files.md",
"title": "Custom Declaration Files"
},
{
"path": "design-language-system/design-language-system.md",
"title": "Design Language System"
},
{
"path": "design-language-system/material-design/material-design.md",
"title": "Material Design"
},
{
"path": "design-language-system/material-overrides/material-overrides.md",
"title": "Material Overrides"
},
{
"path": "design-language-system/typography/typography.md",
"title": "Typography"
},
{
"path": "design-language-system/ui-skeleton/ui-skeleton.md",
"title": "UI Skeleton"
},
{
"path": "design-language-system/font-awesome/font-awesome.md",
"title": "Font Awesome"
},
{
"path": "design-language-system/sass-error-reporting/sass-error-reporting.md",
"title": "Sass Error Reporting"
},
{
"path": "rxjs/introduction/introduction.md",
"title": "Rxjs Introduction"
},
{
"path": "rxjs/debugging-rxjs/debugging-rxjs.md",
"title": "Debugging Rxjs"
},
{
"path": "rxjs/cold-vs-hot/cold-vs-hot.md",
"title": "Cold Vs. Hot"
},
{
"path": "rxjs/creation/creation.md",
"title": "Rxjs Creation"
},
{
"path": "rxjs/combination/combination.md",
"title": "Combination"
},
{
"path": "rxjs/filtering/filtering.md",
"title": "Filtering"
},
{
"path": "rxjs/transformation/transformation.md",
"title": "Transformation"
},
{
"path": "rxjs/utility/utility.md",
"title": "Utility"
},
{
"path": "rxjs/multicasting/multicasting.md",
"title": "Multicasting"
},
{
"path": "rxjs/rxjs-pitfalls/rxjs-pitfalls.md",
"title": "Rxjs Pitfalls"
},
{
"path": "rxjs/rxjs-and-facades/rxjs-and-facades.md",
"title": "Rxjs and Facades"
},
{
"path": "architecture/configs/creating-a-config/creating-a-config.md",
"title": "Creating a Config"
},
{
"path": "architecture/configs/feature-flags/feature-flags.md",
"title": "Feature Flags"
},
{
"path": "architecture/environment/environment.md",
"title": "Environments"
},
{
"path": "architecture/file-structure/lib-file-structure/lib-file-structure.md",
"title": "Lib File Structure"
},
{
"path": "architecture/file-structure/setting-up-lib-folder-structure/setting-up-lib-folder-structure.md",
"title": "Setting Up Lib Folder Structure"
},
{
"path": "architecture/file-structure/data-access/data-access.md",
"title": "State Directory Structure"
},
{
"path": "architecture/file-structure/nx-lib-conventions/nx-lib-conventions.md",
"title": "Nx Lib Conventions"
},
{
"path": "architecture/file-structure/data-services/data-services.md",
"title": "Data Services - Directory Structure"
},
{
"path": "architecture/dialogs/dialogs.md",
"title": "Dialog Architecture"
},
{
"path": "architecture/lazy-loading/lazy-loading.md",
"title": "Lazy Loading Modules"
},
{
"path": "architecture/transloco/transloco.md",
"title": "Transloco"
},
{
"path": "architecture/lazy-loading/lazy-loading-images/lazy-loading-images.md",
"title": "Lazy Loading Images"
},
{
"path": "architecture/lazy-loading/network-aware-preloading/network-aware-preloading.md",
"title": "Network Aware Predictive Pre-Loading"
},
{
"path": "architecture/modules/shared-modules/shared-modules.md",
"title": "Shared Modules"
},
{
"path": "architecture/forms/form-validation/form-validation.md",
"title": "Form Validation Architecture"
},
{
"path": "architecture/angular-elements/angular-elements.md",
"title": "Angular Elements Load Time"
},
{
"path": "architecture/angular-react/angular-react.md",
"title": "Using React with Angular"
},
{
"path": "architecture/custom-web-components/custom-web-components.md",
"title": "Custom Web Components"
},
{
"path": "architecture/micro-frontends/micro-frontends.md",
"title": "Micro Frontends"
},
{
"path": "architecture/micro-frontends/micro-architecture/micro-architecture.md",
"title": "Micro Architecture - Key Design Principles"
},
{
"path": "architecture/angular-elements/static-site-generation/static-site-generation.md",
"title": "Static Site Generation"
},
{
"path": "architecture/smart-vs-dumb-components/smart-vs-dumb-components.md",
"title": "Smart Vs Dumb Components"
},
{
"path": "architecture/error-handling/error-handling.md",
"title": "Error Handling Architecture"
},
{
"path": "architecture/interceptors/interceptors.md",
"title": "Http Interceptors"
},
{
"path": "architecture/routing/guards/guards.md",
"title": "Angular Router Guards"
},
{
"path": "architecture/routing/route-guard-pre-loading/route-guard-pre-loading.md",
"title": "Pre-loading with Route Guards"
},
{
"path": "architecture/routing/containers-and-routing/containers-and-routing.md",
"title": "Containers, Routing + Ngrx/router"
},
{
"path": "core/terms/terms.md",
"title": "Output"
},
{
"path": "core/life-cycle/life-cycle.md",
"title": "Life Cycle Hooks"
},
{
"path": "core/dependency-injection/dependency-injection.md",
"title": "Dependency Injection"
},
{
"path": "core/decorators/input/input.md",
"title": "Input"
},
{
"path": "core/decorators/output/output.md",
"title": "Output"
},
{
"path": "core/internationalization/internationalization.md",
"title": "Internationalization and Localization"
},
{
"path": "core/content-projection/content-projection.md",
"title": "Content Projection"
},
{
"path": "core/templates/displaying-data/displaying-data.md",
"title": "Displaying Data"
},
{
"path": "core/templates/template-syntax/template-syntax.md",
"title": "Template Syntax"
},
{
"path": "core/modules/modules.md",
"title": "Modules"
},
{
"path": "core/services/services.md",
"title": "Services"
},
{
"path": "core/routing/routing.md",
"title": "Routing"
},
{
"path": "core/forms/forms.md",
"title": "Forms"
},
{
"path": "core/forms/reactive-forms/reactive-forms.md",
"title": "Reactive Forms"
},
{
"path": "core/directives/directives.md",
"title": "Attribute Directives"
},
{
"path": "core/pipes/pipes.md",
"title": "Pipes"
},
{
"path": "core/observables/observables.md",
"title": "Observables"
},
{
"path": "core/observables/angular-observables/angular-observables.md",
"title": "Angular Observables"
},
{
"path": "core/animations/animations.md",
"title": "Animations"
},
{
"path": "core/animations/transitions-and-triggers/transitions-and-triggers.md",
"title": "Transitions and Triggers"
},
{
"path": "performance/track-by/track-by.md",
"title": "Track By"
},
{
"path": "performance/bundle-size/bundle-size.md",
"title": "Bundle Size"
},
{
"path": "performance/images/images.md",
"title": "Image Performance in Angular"
},
{
"path": "performance/modern-script-loading/modern-script-loading.md",
"title": "Modern Script Loading"
},
{
"path": "performance/ahead-of-time/ahead-of-time.md",
"title": "Ahead of Time Compilation"
},
{
"path": "performance/implementing-service-worker/implementing-service-worker.md",
"title": "The Angular Service Worker - Implementing in App"
},
{
"path": "performance/understanding-rendering/understanding-rendering.md",
"title": "Understanding Rendering"
},
{
"path": "performance/angular-universal/angular-universal.md",
"title": "Angular Universal"
},
{
"path": "performance/angular-elements/angular-elements.md",
"title": "Angular Elements Load Time"
},
{
"path": "performance/change-detection/change-detection.md",
"title": "Change Detection"
},
{
"path": "performance/caching/using-apollo-with-ngrx/using-apollo-with-ngrx.md",
"title": "Integrating ngrx/store with Apollo Client"
},
{
"path": "performance/caching/sockets/sockets.md",
"title": "Sockets"
},
{
"path": "performance/caching/apollo-caching-with-sockets/apollo-caching-with-sockets.md",
"title": "Apollo Caching with Sockets"
},
{
"path": "pwa/responsive/responsive.md",
"title": "Responsive Design"
},
{
"path": "pwa/pwa-toolset-physical-devices/pwa-toolset-physical-devices.md",
"title": "PWA Toolset - Physical Devices"
},
{
"path": "pwa/pwa-toolset-sauce-labs/pwa-toolset-sauce-labs.md",
"title": "PWA Toolset - Sauce Labs"
},
{
"path": "pwa/mobile-first/mobile-first.md",
"title": "Mobile First - Building a Progressive Web App"
},
{
"path": "pwa/responsive/flex-layout/flex-layout.md",
"title": "Flex Layout"
},
{
"path": "pwa/styling-a-component/styling-a-component.md",
"title": "Styling a Component"
},
{
"path": "pwa/scully/scully.md",
"title": "Scully - Static Site Generation for Angular"
},
{
"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"
},
{
"path": "graphics/charts/charts.md",
"title": "Charts"
},
{
"path": "unit-testing/benefits-of-unit-testing/benefits-of-unit-testing.md",
"title": "Benefits of Unit Testing, TDD, and BDD"
},
{
"path": "unit-testing/unit-testing-performance/unit-testing-performance.md",
"title": "Unit Testing Performance"
},
{
"path": "unit-testing/fixture-vs-debug/fixture-vs-debug.md",
"title": "Fixture Vs. Debug"
},
{
"path": "unit-testing/sass-unit-testing/sass-unit-testing.md",
"title": "Sass Unit Testing"
},
{
"path": "unit-testing/spectator/spectator.md",
"title": "Spectator for Unit Testing"
},
{
"path": "unit-testing/unit-testing.md",
"title": "Unit Testing"
},
{
"path": "unit-testing/understanding-different-types-of-unit-tests/understanding-different-types-of-unit-tests.md",
"title": "Unit Testing State"
},
{
"path": "unit-testing/jest/jest.md",
"title": "Jest"
},
{
"path": "unit-testing/cypress/cypress.md",
"title": "Visual Unit Tests with Cypress"
},
{
"path": "unit-testing/cypress/cypress-local/cypress-local.md",
"title": "Testing Cypress Locally With Authentication"
},
{
"path": "unit-testing/state/state.md",
"title": "Unit Testing State"
},
{
"path": "unit-testing/unit-testing-architecture/unit-testing-architecture.md",
"title": "Unit Testing Architecture"
},
{
"path": "unit-testing/interfaces-and-unit-testing/interfaces-and-unit-testing.md",
"title": "Interfaces and Unit Testing"
},
{
"path": "unit-testing/mocking-data/mocking-data.md",
"title": "Mocking Data"
},
{
"path": "unit-testing/spies/spies.md",
"title": "Spies"
},
{
"path": "unit-testing/debugging/debugging.md",
"title": "Debugging"
},
{
"path": "unit-testing/coverage-reporting/coverage-reporting.md",
"title": "Coverage Reporting"
},
{
"path": "unit-testing/unit-testing-dom/unit-testing-dom.md",
"title": "Unit Testing the DOM"
},
{
"path": "unit-testing/mocking-providers/mocking-providers.md",
"title": "Unit Testing - Mocking Providers"
},
{
"path": "unit-testing/unit-testing-modules/unit-testing-modules.md",
"title": "Unit Testing Modules"
},
{
"path": "unit-testing/marble-unit-testing/marble-unit-testing.md",
"title": "Marble Unit Testing"
},
{
"path": "unit-testing/marble-unit-testing/unit-testing-throw-error.md",
"title": "How to Unit Test throwError"
},
{
"path": "unit-testing/unit-testing-subscriptions/unit-testing-subscriptions.md",
"title": "Unit Testing Subscriptions"
},
{
"path": "unit-testing/first-principles-thinking/first-principles-thinking.md",
"title": "Unit Testing TDD - First Principles Discovery"
},
{
"path": "unit-testing/e2e-tests-in-tdd-setting/e2e-tests-in-tdd-setting.md",
"title": "E2E Testing in a TDD/BDD Setting"
},
{
"path": "unit-testing/automation-engineering/automation-engineering.md",
"title": "Automation Engineering"
},
{
"path": "unit-testing/writing-e2e-tests/writing-e2e-tests.md",
"title": "Writing E2E Tests"
},
{
"path": "unit-testing/apollo/unit-testing-apollo/unit-testing-apollo.md",
"title": "Unit Testing Component using Apollo"
},
{
"path": "unit-testing/apollo/apollo-client-middleware/apollo-client-middleware.md",
"title": "Apollo Client Middleware"
},
{
"path": "unit-testing/apollo/interfaces-and-unions/interfaces-and-unions.md",
"title": "Interfaces and Unions"
},
{
"path": "unit-testing/apollo/data-graphql/data-graphql.md",
"title": "Data GraphQL"
},
{
"path": "miscellaneous/versioning/versioning.md",
"title": "Git Versioning"
},
{
"path": "miscellaneous/ng-container-hack/ng-container-hack.md",
"title": "NG Container Hack for Structural Directives"
},
{
"path": "miscellaneous/npm/npm-vs-yarn/npm-vs-yarn.md",
"title": "Npm Vs. Yarn"
},
{
"path": "miscellaneous/administrative/weekly-dev-meeting/weekly-dev-meeting.md",
"title": "Weekly Meetings"
},
{
"path": "miscellaneous/creating-a-component/creating-a-component.md",
"title": "Creating a component"
},
{
"path": "miscellaneous/creating-second-component/creating-second-component.md",
"title": "Creating a Second Component"
},
{
"path": "miscellaneous/creating-a-component/creating-a-dumb-component.md",
"title": "Creating a Dumb Component"
},
{
"path": "miscellaneous/ticket-creation/technical-design-notes.md",
"title": "Technical Design Notes"
},
{
"path": "miscellaneous/ticket-creation/acceptance-criteria.md",
"title": "Acceptance Criteria"
},
{
"path": "miscellaneous/ticket-creation/component-design.md",
"title": "Ticket Creation - Component Design"
},
{
"path": "miscellaneous/code-administration/code-reviews/code-reviews.md",
"title": "Code Reviews"
},
{
"path": "miscellaneous/pixel-grid/pixel-grid-container/pixel-grid-container.md",
"title": "Pixel Grid Container"
},
{
"path": "miscellaneous/pixel-grid/pixel-grid-container-layout/pixel-grid-container-layout.md",
"title": "Pixel Grid Container Layout"
},
{
"path": "miscellaneous/adding-a-route-to-our-container/adding-a-route-to-our-container.md",
"title": "Adding a Route to Our Container"
},
{
"path": "miscellaneous/color-picker/color-picker.md",
"title": "Color Picker"
},
{
"path": "miscellaneous/constants/constants.md",
"title": "Constants"
},
{
"path": "miscellaneous/constants/enums-vs-constants.md",
"title": "Enums vs Constants"
},
{
"path": "miscellaneous/authorization/authorization.md",
"title": "Authorization"
},
{
"path": "code-examples/building-our-application/building-our-application.md",
"title": "Building our Application"
}
]
}