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

Skip to content
Snippets Groups Projects
mock-search.component.html 414 B
Newer Older
<div class="row">
    <jhi-search></jhi-search>
    <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>