Skip to content
Snippets Groups Projects
link-renderer.component.html 406 B
Newer Older
  • Learn to ignore specific revisions
  • <a *ngIf="value" [href]="getValue()" target="{{(getConfig().blank) ? '_blank' : '_self'}}"
    
        [ngClass]="{'btn btn-outline-primary btn-sm btn-block': (getConfig().display=='text-button' || getConfig().display=='icon-button')}">
    
        <span *ngIf="getConfig().display !== 'icon-button'">{{ getText() }}</span>
        <span *ngIf="getConfig().display === 'icon-button'" class="{{getConfig().icon}}"></span>
    
    François Agneray's avatar
    François Agneray committed
    </a>