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

Skip to content
Snippets Groups Projects
Commit d432c758 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

added no results found message when result array size == 0

parent 09cf0ad9
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
......@@ -16,6 +16,9 @@
(exerciseSelectionEvent)="selectExercise($event)">
</jhi-exercise-card>
</div>
<div *ngIf="results.length === 0" >
No results found
</div>
</div>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment