mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
20 lines
371 B
HTML
20 lines
371 B
HTML
|
<p>form-container works!</p>
|
||
|
<div class="description">
|
||
|
|
||
|
</div>
|
||
|
<div class="choices">
|
||
|
<button *ngDisable="!formIsValid" class="btn btn-primary">
|
||
|
suivant
|
||
|
</button>
|
||
|
</div>
|
||
|
<div class="well debug">
|
||
|
<ul>
|
||
|
<li>
|
||
|
étape actuelle {{progressionStep}} / {{progressionStepMax}}
|
||
|
</li>
|
||
|
<li>
|
||
|
formulaire valide : {{formIsValid}}
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|