add breadcrumbs
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
@for (action of actions(); track action){
|
||||
<a class="btn btn-primary" (click)="onClick($event,action)">{{action.action}}</a>
|
||||
<a class="btn btn-primary" (click)="onClick($event,action)">
|
||||
@if(action.svgIcon){
|
||||
<span [outerHTML]="action.svgIcon | safeHtml"></span>
|
||||
}
|
||||
@if ( action.text !== false){
|
||||
{{action.text || action.action}}
|
||||
}
|
||||
</a>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user