funky-framadate-front/src/app/features/administration/form/form.component.html

10 lines
230 B
HTML

<div class="admin-form">
<section class="min-height padded">
<router-outlet>
<app-step-one [form]="form"></app-step-one>
</router-outlet>
<app-errors-list [form]="pollService.form"></app-errors-list>
</section>
</div>