In case you are curious how to add Google Maps to your Angular app you can follow my little tutorial here. We add a new Angular project from scratch. I will use Angular 11, but of course you can probably use another version as well. Since I had Angular 10 previously on my computer, I […]
Category Archives: JavaScript
Create a page menu in Angular 10 with active routing with a Bootstrap Layout
Showing the finished tutorial result of when visiting http://localhost:4200/ and http://localhost:4200/awesome-stuff and their menu links highlighted depending on what page-url you are in. Something that wasn’t clear from me from the start when starting with Angular was how to indicate that the page is active whenever you are on it. If you are at the […]