10 lines
248 B
HTML
10 lines
248 B
HTML
<h1>{{title}}</h1>
|
|
<h2>{{description}}</h2>
|
|
<footer>
|
|
<button type="button" class="secondary" (click)="closeDialog()" i18n>
|
|
No
|
|
</button>
|
|
<button type="button" (click)="closeAndValidate()" i18n>
|
|
Yes
|
|
</button>
|
|
</footer> |