import { KbqLinkModule } from '@koobiq/components/link';Selector: [kbq-link]
Exported as: kbqLink| Name | Description |
|---|---|
@Input() big: boolean
|
|
@Input() compact: boolean
|
|
@Input() disabled: boolean
|
Whether the link is disabled. |
@Input() multiline: boolean
|
Whether the link has an increased hit area for multiline usage. |
@Input() noUnderline: boolean
|
|
@Input() print: any
|
|
@Input() pseudo: boolean
|
|
@Input() useVisited: boolean
|
|
| destroyRef: DestroyRef | |
| hasIcon: boolean | |
| icon: KbqIcon | |
| icons: QueryList |
|
| nativeElement: HTMLElement | |
| printMode: boolean | |
| printUrl: string | |
| renderer: Renderer2 |
const baseURLRegex: RegExp;