You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/example-app/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@
3
3
Example application utilizing @ngrx libraries, showcasing common patterns and best practices. Try it on [StackBlitz](https://ngrx.github.io/platform/stackblitz.html).
4
4
5
5
This app is a book collection manager. The user can authenticate, use the Google Books API to search for
6
-
books and add them to their collection. This application utilizes [@ngrx/db](https://github.com/ngrx/db)
7
-
to persist the collection across sessions; [@ngrx/store](../../docs/store/README.md) to manage
6
+
books and add them to their collection. This application utilizes [@ngrx/store](../../docs/store/README.md to manage
8
7
the state of the app and to cache requests made to the Google Books API;
9
8
[@ngrx/effects](../../docs/effects/README.md) to isolate side effects; [@angular/router](https://github.com/angular/angular) to manage navigation between routes; [@angular/material](https://github.com/angular/material2) to provide design and styling.
10
9
@@ -17,7 +16,6 @@ Built with [@angular/cli](https://github.com/angular/angular-cli)
17
16
-[@ngrx/router-store](../../docs/router-store/README.md) - Bindings to connect the Angular Router to @ngrx/store
18
17
-[@ngrx/entity](../../docs/entity/README.md) - Entity State adapter for managing record collections.
19
18
-[@ngrx/store-devtools](../../docs/store-devtools/README.md) - Instrumentation for @ngrx/store enabling time-travel debugging
20
-
-[@ngrx/db](https://github.com/ngrx/db) - RxJS powered IndexedDB for Angular apps
0 commit comments