p.location-badge.
exported from angular2/router
defined in angular2/src/router/router_link.js (line 36)
:markdown
The RouterLink directive lets you link to specific parts of your app.
Consider the following route configuration:
```
@RouteConfig({
path: '/user', component: UserCmp, alias: 'user'
});
class MyComp {}
```
When linking to a route, you can write:
```
link to user component
```
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
constructor(ngEl:NgElement, router:Router)
:markdown
.l-sub-section
h3 params
pre.prettyprint
code.
params(changes)
:markdown
.l-sub-section
h3 route
pre.prettyprint
code.
route(changes)
:markdown
.l-sub-section
h3 updateHref
pre.prettyprint
code.
updateHref()
:markdown