Skip to content

Commit bb092d2

Browse files
committed
Update Icons
1 parent 8739887 commit bb092d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/demo1/data-table-demo1.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
</template>
4444
<template #dataTableCell let-item="item">
4545
<span style="color: grey">
46-
<span class="glyphicon glyphicon-ok" *ngIf="item.active"></span>
47-
<span class="glyphicon glyphicon-remove" *ngIf="!item.active"></span>
46+
<span class="fa fa-check" *ngIf="item.active"></span>
47+
<span class="fa fa-times" *ngIf="!item.active"></span>
4848
</span>
4949
</template>
5050
</data-table-column>

0 commit comments

Comments
 (0)