How to create a basic Angular app with Angular 17

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

A Beginner’s Guide to Components in Angular: Understanding Directives, Communication, and Best Practices.

Get ready to dive into the exciting world of Angular components! From the basics of their structure and data binding, to their communication mechanisms and best practices, this post covers it all. Discover how these building blocks come together to create powerful applications, and learn some quirky tips to keep your components on the cutting edge.