Skip to content
Snippets Groups Projects
link.component.html 175 B
Newer Older
François Agneray's avatar
François Agneray committed
<a [href]="getValue()" target="{{(config.blank) ? '_blank' : '_self'}}"
    [ngClass]="{'btn btn-outline-primary btn-sm': config.display=='button'}">
    {{ getValue() }}