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