mise a jour wend
This commit is contained in:
parent
0516b99866
commit
76f26627bd
19 changed files with 185 additions and 76 deletions
22
src/app/pages/page-support/page-support.component.html
Normal file
22
src/app/pages/page-support/page-support.component.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue