DeborahK / Angular-NgRx-GettingStarted

Materials for our Pluralsight course: Angular NgRx: Getting Started: http://bit.ly/AngularNgRx.
MIT License
547 stars 722 forks source link

Assign an id in case all products were removed #52

Closed dekideian closed 3 years ago

dekideian commented 3 years ago

After all products are removed, when trying to add a product, a 422 exception appears.

In case all the products were removed, set the product id to 1, otherwise just let the web API assign an id.