Begin Here
Start Here
Pick a track below. These are the articles I'd send you if you asked me where to start — the ones that actually explain things. Written by Dany Paredes, GDE in Angular.
Angular Fundamentals
The building blocks. Start here before anything else.
Head Start with Angular Signals
8 minThe new reactivity primitive that changes how you think about state in Angular.
Standalone Components in Angular 15
7 minSimplify your architecture by removing NgModule boilerplate with Standalone Components.
Reactive vs Template-Driven Forms
9 minUnderstand which form approach fits your use case and when to choose each one.
Functional HTTP Interceptors in Angular
6 minAdd authentication headers and handle HTTP requests cleanly using functional interceptors.
Angular 19 and Zoneless Change Detection
10 minThe future of Angular change detection — how to go zoneless with Signals and what it means for performance.
State Management with NgRx
Only learn this once you understand why you need it. This sequence gets you there.
When and Why to Use NgRx in Angular
8 minThe honest guide to deciding whether your app actually needs NgRx.
NgRx Selectors in Angular
7 minCreate efficient, memoized selectors to read state from your NgRx store.
Side Effects with NgRx Effects
9 minHandle API calls, navigation, and async logic cleanly using NgRx Effects.
NgRx Entities — Why I Love Them
8 minStop writing boilerplate CRUD reducers — NgRx Entity adapter handles it all.
TypeScript Mastery
The type system stuff that trips people up. Master this and your Angular code gets cleaner.
3 Ways of Type Transformation in TypeScript
6 minMaster Partial, Required, and Readonly to transform existing types into new ones.
How to Check Types in TypeScript
7 minType guards, typeof, instanceof, and custom type predicates for safer runtime code.
extends vs implements in TypeScript
5 minThe key difference between class inheritance and interface implementation.
Optional Chaining and Nullish Coalescing
5 minClean up null checks with ?. and ?? for more readable TypeScript.
AI + Modern Web
What it actually looks like to build AI features in production — not just demos.
WebMCP: AI Agents in the Browser
10 minTurn your website into a tool for AI agents using the WebMCP standard.
Local AI Chatbot with Gemini Nano
12 minBuild a fully local AI chatbot in the browser — no external API calls required.
From AI Chat Demos to Real Products
9 minThe hard lessons from taking AI prototypes into production — and when NOT to use an LLM.
Personalized Gemini Chat with Angular
11 minBuild a custom Gemini-powered conversational interface with Angular and Kendo UI.