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