Articles tagged #Angular
6 article(s)
-
Angular Nested Components with input() and output()
Parent–child contracts in modern Angular: required signal inputs, typed outputs, why they beat the decorators, and when to switch from prop drilling to a signal service.
@llaxmikant · Mar 12, 2026 -
Angular Directives Overview with Examples
The directive landscape on Angular 20: @if/@for/@switch control flow, ngClass/ngStyle/ngModel, and building a custom attribute directive with HostListener and input().
@llaxmikant · Feb 12, 2026 -
Angular Lifecycle Hooks Explained — with Diagram and Firing Order
Every Angular lifecycle hook with a clear diagram and the real firing order, proven with logged output: ngOnInit vs constructor, ngOnChanges, ngAfterViewInit, and the ngOnDestroy cleanup that prevents leaks.
@llaxmikant · Jan 13, 2026 -
Angular Components Tutorial: Standalone Components and Signals
Modern Angular components from scratch: the @Component anatomy, signals for state, @if/@for control flow, composition with inputs and outputs, and design guidelines that age well.
@llaxmikant · Dec 6, 2025 -
Getting Started with Angular in Visual Studio Code
The Angular + VS Code workflow: Angular Language Service for type-safe templates, generating code, debugging TypeScript in the browser, and a five-minute first component.
@llaxmikant · Nov 1, 2025 -
Setting Up an Angular Development Environment
A clean Angular setup in 2026: Node via a version manager (and the version minimums that bite), the Angular CLI, a first workspace, VS Code extensions, and the classic fixes.
@llaxmikant · Oct 11, 2025