How to provide a link to another page in html template — Basic Angular Interview ?
Jun 6
--
We need to use routerLink and give the desired path declared in routing here is code
<a routerLink="/<route need to added>">
--
We need to use routerLink and give the desired path declared in routing here is code
<a routerLink="/<route need to added>">