I gotta admit: there are quite a few changes in how we build apps these days. I like the direction Angular version-changes are taking but still, it takes some time to get used to doing things the "new" way. So, let's create a basic app with some structure and routing. Once you have it going, … Continue reading How to create a basic Angular app with Angular 17
Tag: Routing
Angular – simple routing
So, you want to navigate around your Angular app, eh? Fear not, simple routing has got your back! This nifty feature lets you define routes for your single-page application without breaking a sweat. You'll be zooming around your app like a pro in no time! Want to learn how to set it up? Check out our post on simple routing in Angular!
