Skip to content
Snippets Groups Projects
Commit 17166df1 authored by François Agneray's avatar François Agneray
Browse files

Link icon button

parent be171dc8
No related branches found
No related tags found
2 merge requests!100Develop,!98Resolve "Refactoring renderers"
<a [href]="getValue()" target="{{(config.blank) ? '_blank' : '_self'}}" <a [href]="getValue()" target="{{(config.blank) ? '_blank' : '_self'}}"
[ngClass]="{'btn btn-outline-primary btn-sm': config.display=='button'}"> [ngClass]="{'btn btn-outline-primary btn-sm': config.display=='button'}">
{{ getValue() }} <span *ngIf="config.display === 'text'">{{ getValue() }}</span>
<span *ngIf="config.display === 'button'" class="{{config.icon_button}}"></span>
</a> </a>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment