Articles tagged #TypeScript
6 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 Directives and Control Flow
Angular directives are classes that add behavior to elements in your templates, and there are three kinds: components (directives with a template), attribute…
@llaxmikant · Feb 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 -
Angular in Visual Studio Code
To build Angular 22 apps in Visual Studio Code, install Node.js LTS and the Angular CLI (npm install -g @angular/cli), scaffold a project with ng new my-app,…
@llaxmikant · Nov 1, 2025 -
Setting Up an Angular Development Environment
To set up an Angular 22 development environment you need three things: a supported Node.js LTS runtime, the Angular CLI installed globally (npm install -g…
@llaxmikant · Oct 11, 2025