Book
Υποενότητα 15.1: Προετοιμασία
Υποενότητα 15.1: Προετοιμασία
Προσθήκη Contact component
Exercise
- Create μια νέα συνιστώσα με το όνομα
contact
- Update το αρχείο
routes.ts
εισάγοντας το νέο στοιχείο και προσθέτοντας το pathcontactus
για τη νέα component - Update τους συνδέσμους στο αρχείe
footer.component.html
file
In this page, we will create a form. When a user clicks the Submit button, the data of this form will be stored in the db.json
file in the feedback array
as objects (have a look at the end of your db.json file).
So, we have to create an Angular Service to send and fetch data between our application and our server.