currentPath: localhost/users
<a routerLink="servers">Reload Page</a>
=> localhost/users/servers (just from current location)
<a routerLink="/servers">Reload Page</a>
=> localhost/servers (absolute)
<a routerLink="../servers">Reload Page</a>
=> localhost/servers (relative)
'IT' 카테고리의 다른 글
| [angular] Router Navigation programmatically (0) | 2018.03.19 |
|---|---|
| [angular] routerLinkActive and routerLinkOptions (0) | 2018.03.19 |
| [angular] href VS routerlink (0) | 2018.03.18 |
| [angular] Router (0) | 2018.03.18 |
| [WEB] `와 '의 차이 (0) | 2018.03.16 |