ng-link-button
<ng-link-button
>
Button Example
</ng-link-button>
routerLink
Defines the internal navigation route.
activatedRoute
Enables ActivatedRoute context usage.
queryParams
Adds query parameters to the route.
fragment
Defines a URL fragment (anchor).
relativeTo
Sets a relative navigation based on an ActivatedRoute.
queryParamsHandling
Strategy for handling query params.
state
Adds custom navigation state data.
href
Defines the external link URL.
target
Specifies where to open the link.
rel
Defines the link relation attribute for security.
type
Defines the button’s visual style.
square
Makes the button shape perfectly square instead of rounded.
hover
Sets the hover effect style.
direction
Arranges the button’s inner content horizontally or vertically.
ariaLabel
Provides an accessible label for assistive technologies.
title
Sets the native tooltip text shown on hover.
disabled
Disables the button and prevents user interaction.
tabIndex
Controls the button’s tab order in keyboard navigation.
ariaCurrent
Indicates the current item in a set (only in activelink at routerLink mode).
download
Suggests that the link should be downloaded as a file (only in href mode).
role
Defines the ARIA role.