In this video, we are going to learn about Fragment URL in Angular Routing. Basically, we all are familiar with fragment routing or anchor routing in websites. Generally fragments are display URL with ‘#’. i.e.

https://www.abc.com/#print

In the above URL, We can see the part with # is fragment or anchor and it is nothing but a link which jumps to a content which contains the id mentioned in the fragment of Angular router.

In this video, I have explained how we can achieve same kind of fragment or anchor URL with Angular Routing. We just need to right few lines of code to achieve this.

You can find complete source code of video at - https://github.com/JalpeshVadgama/angular-fragement-url

#angular

angular Routing – Fragment(Hash) URL  in Angular Route - How to Pass Anchor As Route Parameter
10.35 GEEK