Help Angular by taking a 1 minute survey!Go to surveyHome

RouterLinkWithHref

Lets you link to specific routes in your app.

See more...

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(changes: {}): any
      
      ngOnChanges(changes: {}): any
    
Parameters
changes {}
Returns

any

ngOnDestroy(): any
      
      ngOnDestroy(): any
    
Parameters

There are no parameters.

Returns

any

onClick(button: number, ctrlKey: boolean, metaKey: boolean, shiftKey: boolean): boolean
      
      onClick(button: number, ctrlKey: boolean, metaKey: boolean, shiftKey: boolean): boolean
    
Parameters
button number
ctrlKey boolean
metaKey boolean
shiftKey boolean
Returns

boolean