Answer the question
In order to leave comments, you need to log in
How to send data by email?
I created a parody of an online store, ANGULAR. The data from the form is collected in a constant.
const order = {
name: this.form.value.name,
phone: this.form.value.phone,
address: this.form.value.address,
payment: this.form.value.payment,
orders: this.cartProducts,
price: this.totalPrice,
date: new Date()
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question