-
François Agneray authoredFrançois Agneray authored
search.component.html 172 B
<app-progress
[currentStep]="currentStep | async"
[datasetName]="datasetName | async"
(clearForm)="clearForm()">
</app-progress>
<router-outlet></router-outlet>