Skip to content
Snippets Groups Projects
search.component.html 172 B
<app-progress
    [currentStep]="currentStep | async"
    [datasetName]="datasetName | async"
    (clearForm)="clearForm()">
</app-progress>
<router-outlet></router-outlet>