On this page
RouterLinkWithHref
directive
Lets you link to specific routes in your app.
NgModule
Selectors
Properties
| Property | Description | 
|---|---|
@Input()target: string | 
       |
@Input()queryParams: { [k: string]: any; } | 
       |
@Input()fragment: string | 
       |
@Input()queryParamsHandling: QueryParamsHandling | 
       |
@Input()preserveFragment: boolean | 
       |
@Input()skipLocationChange: boolean | 
       |
@Input()replaceUrl: boolean | 
       |
@Input()state?: { [k: string]: any; } | 
       |
href: string | 
       |
@Input()routerLink: string | any[] | 
       Write-only. | 
@Input()preserveQueryParams: boolean | 
       Write-only. | 
urlTree: UrlTree | 
       Read-only. | 
Description
See RouterLink for more information.
Methods
| 
         
          ngOnChanges() 
          | 
      
|---|
| 
         
          ngOnDestroy() 
          | 
      
|---|
        
          | 
      
| 
         
          onClick() 
          | 
      ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
          | 
      
button | 
            number | 
            |
ctrlKey | 
            boolean | 
            |
metaKey | 
            boolean | 
            |
shiftKey | 
            boolean | 
            
Returns
boolean
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v7.angular.io/api/router/RouterLinkWithHref