Skip to content

Commit 82d441c

Browse files
Update 02-ngif-highligh-entire-row.md
Updated <table-dark> to support Bootstrap 5
1 parent 8f5587d commit 82d441c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bonus-content/angular-crash-course/02-ngIf-highlight-entire-row/02-ngif-highligh-entire-row.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The final code for [sales-person-list-bootstrap.component.html](code/sales-perso
6565
```html
6666
<table class="table">
6767

68-
<thead class="thead-dark">
68+
<thead class="table-dark">
6969
<tr>
7070
<th>First Name</th>
7171
<th>Last Name</th>

0 commit comments

Comments
 (0)