Commentaires
@for (comment of comments(); track comment.id) {
{{ formatDate(comment.createdAt) }} @if (comment.updatedAt) { (modifié le {{ formatDate(comment.updatedAt) }}) }
@if (editingCommentId === comment.id) {
} @else {
}
}