Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(data): allow ChangeSetItemFactory to update entities with number …
…ids (ngrx#1995) Allow the `update` method of ChangeSetItemFactory to accept entities with numerical IDs. This seems to be the intent, as the `Update<T>` it accepts can use either a string or a number for the ID, while the `update` method only allows for string IDs Closes ngrx#1988
- Loading branch information