boutique replica bags up ideas

the best replique rolex and prices here.

julia highlight 99j hair color 10a quality straight human hair lace front wigs 8 - 24 inches pre plucked hairline 13x4 inches lace front brazilian wig onlinefor sale

Routing with #hashtag in routerLink in Angular

Updated on     Kisan Patel

How to build url with #hashtag to routerLink in Angular?

For Example:

/contact-us#destination

Solution 1:

<a [routerLink]="['/contact-us']" fragment="destination">Jump to 'Test' anchor </a>

Solution 2:

this._router.navigate( ['/contact-us', id ], {fragment: 'destination'});

Angular

Leave a Reply