Mesure | <mat-icon class="cursor-pointer" svgIcon="heroicons_outline:pencil-alt" (click)="editTopics(element)" > <mat-icon class="cursor-pointer" svgIcon="heroicons_outline:trash" (click)="deleteTopics(element)" > | Nom du sujet | {{ element.topicName }} | Sujet du matériel | <a class="text-primary-500" [href]="element.topicMaterial" target="_BLANK" >Open Topic Material | Numéro | {{ element.index }} | Prochains sujets | {{ element.nextTopicsName }} | Sujet précédent | {{ element.prevTopicsName }} | Actif | {{ element.isActive ? « Oui » : « Non » }} |
---|