You know about the Input decorator in Angular. Did you know that Angular 17 brought us signal inputs? Signals allow primitive types to react to changes, and now we can do that via input! This will mean cleaner code that’s easier to maintain!
Angular offers content projection, a more flexible option than using inputs and having to modify the template if we need to update a component. Let’s take a look!