class RouterLinkWithHref implements OnChanges, OnDestroy { constructor(router: Router, route: ActivatedRoute, locationStrategy: LocationStrategy) target : string queryParams : {[k: string]: any} fragment : string queryParamsHandling : QueryParamsHandling preserveFragment : boolean skipLocationChange : boolean replaceUrl : boolean href : string routerLink preserveQueryParams ngOnChanges(changes: {}) : any ngOnDestroy() : any onClick(button: number, ctrlKey: boolean, metaKey: boolean) : boolean urlTree : UrlTree }
a[routerLink]
constructor(router: Router, route: ActivatedRoute, locationStrategy: LocationStrategy)
target : string
queryParams : {[k: string]: any}
fragment : string
queryParamsHandling : QueryParamsHandling
preserveFragment : boolean
skipLocationChange : boolean
replaceUrl : boolean
href : string
routerLink
preserveQueryParams
ngOnChanges(changes: {}) : any
ngOnDestroy() : any
onClick(button: number, ctrlKey: boolean, metaKey: boolean) : boolean
urlTree : UrlTree
exported from router/index, defined in router/src/directives/router_link.ts
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/docs/ts/latest/api/router/index/RouterLinkWithHref-directive.html