Angular: Remove method sending undefined when trying to delete selected client
I am developing an Angular application where I manage a list of clients. The issue occurs when trying to remove a client from the list: the value of this.cliente.codigo is being sent as undefined in the removal request, even though the client is correctly selected.