2020-01-20 15:01:56 +01:00
|
|
|
<h1 >
|
2019-11-23 15:46:07 +01:00
|
|
|
Récapitulatif
|
2020-01-20 15:01:56 +01:00
|
|
|
</h1 >
|
|
|
|
<div class='card content' >
|
2019-11-23 15:46:07 +01:00
|
|
|
|
2020-01-20 15:01:56 +01:00
|
|
|
<h2 class="hero-title title" >
|
|
|
|
{{config.title}}
|
|
|
|
</h2 >
|
|
|
|
<div class="creation" >
|
|
|
|
créé par
|
|
|
|
{{config.myName}}
|
|
|
|
</div >
|
|
|
|
<div class="description" >
|
|
|
|
<p >
|
|
|
|
{{config.description}}
|
|
|
|
</p >
|
|
|
|
</div >
|
|
|
|
<section >
|
|
|
|
<ul >
|
|
|
|
<li
|
|
|
|
markdown
|
|
|
|
*ngFor="let questions of config.answers" >
|
|
|
|
<img
|
|
|
|
class='img-thumbnail'
|
|
|
|
src='{{questions.url}}'
|
|
|
|
alt='image {{questions.url}}' >
|
|
|
|
{{questions.id + 1}}. {{questions.text}}
|
|
|
|
</li >
|
|
|
|
</ul >
|
|
|
|
</section >
|
|
|
|
|
|
|
|
</div >
|
|
|
|
<button
|
|
|
|
[routerLink]="'/step/end'"
|
|
|
|
class="btn btn--primary btn--full"
|
|
|
|
i18n="@@confirm" >C'est parfait!
|
|
|
|
</button >
|
|
|
|
|
|
|
|
<div class="back" >
|
|
|
|
<a
|
|
|
|
[routerLink]="'/step/answers'"
|
|
|
|
class="prev" >
|
2019-11-23 15:46:07 +01:00
|
|
|
Retour
|
2020-01-20 15:01:56 +01:00
|
|
|
</a >
|
|
|
|
</div >
|