1
0

Added basic game state

This commit is contained in:
2020-05-12 18:24:03 -04:00
parent ff172e11d7
commit 4b2790da59
16 changed files with 233 additions and 2 deletions

10
package-lock.json generated
View File

@@ -1683,6 +1683,16 @@
}
}
},
"@ngrx/effects": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/@ngrx/effects/-/effects-9.1.2.tgz",
"integrity": "sha512-H9jbGUzP5izk9Ap8BQJicO1+xheyDyHBbvv6b1NkaRHpDizhPOSBjoFWExFfsejXo0dafaIsu6aI+y+Fp+LSsg=="
},
"@ngrx/schematics": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/@ngrx/schematics/-/schematics-9.1.2.tgz",
"integrity": "sha512-oa2fSjoaYlTmBPJW45EQlaeTGIJZ5wKXQFDGUBlJQNtZf/El2CXmGyo0VWzxQ40y2GCdt4gCXeDHZWCchUFCLA=="
},
"@ngrx/store": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/@ngrx/store/-/store-9.1.2.tgz",