Danny Koppenhagen
banner
k9n.dev
Danny Koppenhagen
@k9n.dev
👨🏻‍💻Developer, Software-Architect, DevOps Engineer DB Systel |📕Author http://angular-buch.com 🅰️ | 💬 Angular Berlin meetup co-organizer ☮️🕊️
Thanks Felix!
November 6, 2025 at 7:52 AM
Ah. Cool.
November 5, 2025 at 3:34 PM
Part 1:
angular-buch.com/blog/2025-10...

Part 2:
angular-buch.com/blog/2025-10...

Part 3:
angular-buch.com/blog/2025-10...

Creating complex, flexible, and dynamic forms and form components has never been easier and straightforward than Angular's latest form approach. 🔥
Angular-Buch → Angular Signal Forms Part 1: Getting Started with the Basics
📙 Angular introduces Signal Forms with Version 21.0.0-next.2, an experimental but promising approach to form handling that leverages Angular's reactive Signal primitive. This new API offers a decl...
angular-buch.com
October 22, 2025 at 5:12 PM
💯
April 21, 2025 at 5:09 AM
That kind of wrapper often breaks #a11y and styling, especially with CSS libraries that rely on structural selectors like ul > li.
April 4, 2025 at 6:15 AM
🧩 It also addresses a long-standing issue: you can define a host element without introducing a wrapper. This is especially helpful for cases like a ListComponent with ListItemComponents, where you want to render proper HTML like <ul> and <li>—without inserting a <list-item-component> wrapper.
April 4, 2025 at 6:15 AM
✨ It makes directive usage more intuitive and avoids collisions with component or native attributes/properties.
April 4, 2025 at 6:15 AM