Resultat du cours n°8

This commit is contained in:
Vincent BENOIT
2022-03-29 17:12:02 +02:00
parent 2a9b6425db
commit 6a6c27f98a
17 changed files with 267 additions and 8 deletions

24
package-lock.json generated
View File

@@ -1679,6 +1679,30 @@
"@jridgewell/sourcemap-codec": "^1.4.10"
}
},
"@ngrx/effects": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@ngrx/effects/-/effects-13.1.0.tgz",
"integrity": "sha512-b0kaC1yly1WawtQils3Bxy2FhE9OwlQD/bptVd3s+bskdZ+iw9VlAMH9Spk2mfX+MyOEOk2FyrWlrOePtkw+7Q==",
"requires": {
"tslib": "^2.0.0"
}
},
"@ngrx/store": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@ngrx/store/-/store-13.1.0.tgz",
"integrity": "sha512-2Phsd/CC5FcoS2VgC+Fo5VgfAUK3m7bjWTc8d6+h3UcoQpS3xyPnybGYifa/JYN1CFYmqypVDRWSMAgML2NU/A==",
"requires": {
"tslib": "^2.0.0"
}
},
"@ngrx/store-devtools": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@ngrx/store-devtools/-/store-devtools-13.1.0.tgz",
"integrity": "sha512-HAF2q1qk7n0Q3rkHncdXIokGXbPFKWwmfhGFS9pnq63FScgPgHjNXSlPmwgycb+LqDvDR4C8f1HSbPhOb6I29w==",
"requires": {
"tslib": "^2.0.0"
}
},
"@ngtools/webpack": {
"version": "13.2.6",
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-13.2.6.tgz",