UNPKG
ng2-bs-table
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.8
Boostrap table view for angular 2.
github.com/lexxorlov/ng2-bs-table.git
lexxorlov/ng2-bs-table
ng2-bs-table
/
src
/
actions
/
table-actions.component.html
4 lines
•
154 B
HTML
View Raw
1
2
3
4
<span *ngFor=
"let action of actions"
> <a *ngIf=
"action.visible(data)"
(click)=
"onActionClick(action)"
class
="
{{action.glyphicon}}
"></a> </span>