Προσθήκη Contact component

Exercise

  1. Create μια νέα συνιστώσα με το όνομα contact
  2. Update το αρχείο routes.ts εισάγοντας το νέο στοιχείο και προσθέτοντας το path contactus για τη νέα component
  3. Update τους συνδέσμους στο αρχείe footer.component.html file

Solution:

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.