mise a jour wend

This commit is contained in:
cecilesimplon93 2022-02-18 17:05:29 +01:00
parent 0516b99866
commit 76f26627bd
19 changed files with 185 additions and 76 deletions

View file

@ -0,0 +1,22 @@
<p>page-support works!</p>
<h2>Formulaire de contact</h2>
<form #userEmail="ngForm" (ngSubmit)="onEnvoiForm(userEmail)">
<label>Votre adresse mail</label>
<input type="email"
ngModel
name="lllll"
class="form-control">
<label>Votre message</label>
<input type="text"
ngModel
name="UserName"
class="form-control">
<button type="submit">Validation</button>
</form>