Skip to content

Commit 8efc125

Browse files
author
Your Name
committed
Angular Router Course
1 parent f7e35c7 commit 8efc125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/courses/lessons-list/lessons-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3>All Lessons</h3>
1313

1414
<tr class="lesson-row" *ngFor="let lesson of lessons"
1515
[routerLink]="['lessons', lesson.seqNo]">
16-
<td class="seqno-cell">{{lesson.seqNo + 1}}</td>
16+
<td class="seqno-cell">{{lesson.seqNo}}</td>
1717
<td class="description-cell">{{lesson.description}}</td>
1818
<td class="duration-cell">{{lesson.duration}}</td>
1919
</tr>

0 commit comments

Comments
 (0)