Weekly digest: the best articles, once a week, no spam.
Articles tagged #Components
3 article(s)
-
Angular Nested Components with input() and output()
In Angular 22, a nested (child) component receives data from its parent through the signal-based input() function and sends events back up with output(). You…
@llaxmikant · Mar 12, 2026 -
Angular Lifecycle Hooks Explained
Angular lifecycle hooks are methods Angular calls at defined moments as it creates, updates, and destroys a component. In Angular 22 the hooks you reach for…
@llaxmikant · Jan 13, 2026 -
Angular Components and Signals
An Angular component is a TypeScript class marked with @Component that pairs a template with logic, and a signal is a reactive value that notifies Angular…
@llaxmikant · Dec 6, 2025