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

Skip to content
Snippets Groups Projects

Resolve ""Error: Exercise could not be found..." during resource loading"

Files
4
<div *ngIf="!exercise || !exercise.exerciseId" style="padding: 50px" jhiTranslate="exercise.notFoundLogin">
The exercise cannot be loaded. Perhaps you must log in to view it. test
</div>
<div *ngIf="!exercise || !exercise.exerciseId" style="padding: 50px" jhiTranslate="exercise.pleaseWait">The exercise is loaded.</div>
<div *ngIf="exercise && exercise.exerciseId">
<div class="modal-dialog modal-lg modal-dialog-centered">
<div class="modal-content">