Skip to content
Snippets Groups Projects
detail.component.html 214 B
Newer Older
  • Learn to ignore specific revisions
  • <a routerLink="/detail/{{ datasetName }}/{{ value }}" [target]="config.blank == true ? '_blank' : '_self'"
        [ngClass]="{'btn btn-outline-primary btn-sm' : config.display == 'text-button'}">
        {{ value }}
    </a>