Skip to content
Snippets Groups Projects
search.component.html 172 B
Newer Older
  • Learn to ignore specific revisions
  • François Agneray's avatar
    François Agneray committed
    <app-progress
        [currentStep]="currentStep | async"
        [datasetName]="datasetName | async"
        (clearForm)="clearForm()">
    </app-progress>
    <router-outlet></router-outlet>