Angular Series

Angular Series

Angular Basic Bindings
Introduction The following is the beginning of a series I’m planning on creating around what I’ve been learning in Angular. As a previous AngularJS developer, I thought I’d re-spark my web development joy with diving back into Angular learning what’s new. And boy, is there is a lot that’s new.
Angular Inputs and Outputs
Or how to get your components to talk to each other Directional communication In the following examples I’ll be showing a method to get components to communicate between each other when they are in a direct parent - child relationship. We’ll be using the @Input and @Output decorators for this
Angular Course Lessons
Angular Project Recently, I’ve been learning the latest version of Angular (v18 at the time of this writing) using a course on Udemy called Angular - The Complete Guide (2024 Edition) by Maximilian Schwarzmuller. The course is great and I’ve gotten up to the first project in the course where