Skip to content

Commit

Permalink
feat: add load if necessary action variants
Browse files Browse the repository at this point in the history
 + Add LoadIfNecessary action
 + Add LoadAllIfNecessary action
 + Add LoadManyIfNecessary action
 + Add LoadPageIfNecessary action
 + Add LoadRangeIfNecessary action
 * Export new actions from public api
 + Add new operators for if necessary loads
 + Add new effects for if necessary loads
 * Include new effects in standard modules
 * Export new effects from public api
 + Add stateNameOfEntity utility function
 * Update builders to use new entityStateName function

Issue #144
  • Loading branch information
Jon Rista committed Aug 31, 2020
1 parent 9ba68f8 commit f7aa432
Show file tree
Hide file tree
Showing 13 changed files with 662 additions and 224 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --runInBand --testResultsProcessor='jest-junit'",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"json-server": "json-server --watch data/db.json --routes data/routes.json",
"link": "ng build ngrx-auto-entity && npm link dist/ngrx-auto-entity",
"link:ci": "ng build ngrx-auto-entity && sudo npm link dist/ngrx-auto-entity",
Expand Down
Loading

0 comments on commit f7aa432

Please sign in to comment.