GuillaumeGSO
GuillaumeGSO
Hi, I tested this correction, it works. `this.pizzasArray.push(pizzaGroup)`
Hi, i corrected this issue by using clones, otherwise the original ToppingItem[ ] is modified while preparing the DTO object. ` createPizzaOrderDto(data: IPizzaFormInterface): IPizzaFormInterface { const order = { customerDetails:...
Hi, i have a similar problem on a very simple training project. @OoDeLally : fell free to have a look on this branch : https://github.com/GuillaumeGSO/notifications-project/tree/adding_mongodb I've been stucked on this...
Thank you so much ! Just few lines and you saved my day !