diff --git a/README.md b/README.md index bcecf28..7f72ae5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This goal of this project is to help you get better at Angular and NgRx buy reso NgRx -Projection +Effect vs Selector ## License diff --git a/apps/ngrx-1/README.md b/apps/ngrx-1/README.md index e6661cc..7ab6d64 100644 --- a/apps/ngrx-1/README.md +++ b/apps/ngrx-1/README.md @@ -1,4 +1,4 @@ -

NgRx 1

+

NgRx Effect vs Selector

For this exercice, you will have a dashboard of activities displaying the name, the main teacher and a list of subtitutes. diff --git a/package-lock.json b/package-lock.json index c1a5f6b..621d76a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,6 +20,7 @@ "@angular/router": "~14.2.0", "@ngneat/falso": "^6.1.0", "@ngrx/effects": "^14.3.2", + "@ngrx/router-store": "^14.3.2", "@ngrx/store": "^14.3.2", "@nrwl/angular": "15.0.7", "rxjs": "~7.5.0", @@ -4334,6 +4335,21 @@ "rxjs": "^6.5.3 || ^7.5.0" } }, + "node_modules/@ngrx/router-store": { + "version": "14.3.2", + "resolved": "https://registry.npmjs.org/@ngrx/router-store/-/router-store-14.3.2.tgz", + "integrity": "sha512-3FU/fADoMCLjv9vFXp1Xq+W1JGVQbfPDp8gzzsuBoQSXlh3MnUbXJdeODzt0h6GDk4FtpeJnsR1R9x+Fh2cFZg==", + "dependencies": { + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@angular/common": "^14.0.0", + "@angular/core": "^14.0.0", + "@angular/router": "^14.0.0", + "@ngrx/store": "14.3.2", + "rxjs": "^6.5.3 || ^7.5.0" + } + }, "node_modules/@ngrx/store": { "version": "14.3.2", "resolved": "https://registry.npmjs.org/@ngrx/store/-/store-14.3.2.tgz", @@ -21548,6 +21564,14 @@ "tslib": "^2.0.0" } }, + "@ngrx/router-store": { + "version": "14.3.2", + "resolved": "https://registry.npmjs.org/@ngrx/router-store/-/router-store-14.3.2.tgz", + "integrity": "sha512-3FU/fADoMCLjv9vFXp1Xq+W1JGVQbfPDp8gzzsuBoQSXlh3MnUbXJdeODzt0h6GDk4FtpeJnsR1R9x+Fh2cFZg==", + "requires": { + "tslib": "^2.0.0" + } + }, "@ngrx/store": { "version": "14.3.2", "resolved": "https://registry.npmjs.org/@ngrx/store/-/store-14.3.2.tgz", diff --git a/package.json b/package.json index 75fc31a..c861d47 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "@angular/router": "~14.2.0", "@ngneat/falso": "^6.1.0", "@ngrx/effects": "^14.3.2", + "@ngrx/router-store": "^14.3.2", "@ngrx/store": "^14.3.2", "@nrwl/angular": "15.0.7", "rxjs": "~7.5.0",