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

10 lines
223 B
HTML
Raw Normal View History

2021-11-07 14:52:49 +01:00
<div class="admin-form">
2022-03-10 09:52:35 +01:00
<section class="min-height">
2021-11-07 14:52:49 +01:00
<router-outlet>
<app-step-one [form]="form"></app-step-one>
</router-outlet>
2021-11-07 14:52:49 +01:00
<app-errors-list [form]="pollService.form"></app-errors-list>
</section>
2020-10-29 18:43:19 +01:00
</div>