본문 바로가기

IT

[angular] href VS routerlink

<a href="/">Home</a>

=> show the page with reloading


<a routerLink="/">Home</a>

=> show the page without reloading



'IT' 카테고리의 다른 글

[angular] routerLinkActive and routerLinkOptions  (0) 2018.03.19
[angluar] routerLink with path  (0) 2018.03.19
[angular] Router  (0) 2018.03.18
[WEB] `와 '의 차이  (0) 2018.03.16
[Angular] How to add bootStrap in Angular App  (0) 2018.02.18