Angular 20
Angular 20 is a major release of the Angular TypeScript framework, released May 28, 2025. All fundamental reactivity primitives (signal, effect, linkedSignal, signal-based queries and inputs) graduate to stable. Zoneless change detection matures significantly. Incremental hydration and route-level render mode graduate to stable. The esbuild/Vite-based builder receives further optimization, and Angular Material aligns more closely with Material Design 3.
APIs
Angular 20 Core API
Core Angular 20 framework APIs with all fundamental reactivity primitives graduated to stable: signal, effect, linkedSignal, signal-based queries, and signal inputs. Zoneless ch...
Angular 20 Common API
Common Angular 20 directives and pipes with stable built-in control flow (@if, @for, @switch) and improved pipe performance.
Angular 20 Router API
Angular 20 routing APIs with stable route-level render mode allowing per-route server-side rendering, static generation, or client-side rendering configuration.
Angular 20 Forms API
Angular 20 forms APIs with signal-based form integration and typed reactive forms.
Angular 20 HTTP Client API
Angular 20 HTTP client with functional interceptors and signal-based resource APIs for reactive data fetching.
Angular 20 Platform Server API
Angular 20 platform server APIs with stable incremental hydration enabling lazy hydration of page sections on demand.
Angular 20 CDK API
Angular 20 Component Dev Kit providing behavior primitives for building custom accessible UI components with Material Design 3 refinements.