You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Form submit doesn't generate todo.id, resulting in delete one new todo -> deletes all new todos. Can you please update the code?
The id property will always be 201. This is just a test API and so in the real world, the database would auto-increment the value of the id. The deleteTodo function in the todo.service.ts targets the id property only.
Form submit doesn't generate todo.id, resulting in delete one new todo -> deletes all new todos. Can you please update the code?
The text was updated successfully, but these errors were encountered: