This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
mock-search.component.html 471 B
Newer Older
<div class="row">
    <jhi-search-input
    (searchInputEvent)="search($event)">
    </jhi-search-input>
    <jhi-exercise-card *ngFor="let result of mockResults"
                       class="card-container col-sm-12 col-md-6 col-lg-4 col-xl-3"
                       [exercise]="result"
                       (exerciseSelectionEvent)="selectExercise($event)">
    </jhi-exercise-card>
<jhi-exercise-details [exercise]="selectedResult"></jhi-exercise-details>