Inside the [LaboratoryComponent](https://github.com/camilosampedro/Aton/blob/angular-frontend/app/assets/app/laboratory/laboratory.component.html) add a _"delete room"_ button. The things to consider are: - The __api url__ for deleting a room is `[DELETE] api/room/:roomId`. - It should have a trash icon.
Inside the LaboratoryComponent add a "delete room" button. The things to consider are:
[DELETE] api/room/:roomId.