Angular 18
Angular 18 is a major release of the Angular TypeScript framework, released May 22, 2024. Key features include experimental zoneless change detection, stable deferrable views and built-in control flow (@if, @for, @switch), stable Material 3 components, functional route redirects, hybrid change detection with signals, improved Signals APIs, and TypeScript 5.4 support.
APIs
Angular 18 Core API
Core Angular 18 framework APIs featuring experimental zoneless change detection, stable deferrable views and built-in control flow, stable Material 3 components, functional rout...
Angular 18 Common API
Common Angular 18 directives and pipes, with the new built-in control flow (@if, @for, @switch) now stable and recommended over structural directives.
Angular 18 Router API
Angular 18 routing APIs with functional route redirects and improved navigation with signal-based guards.
Angular 18 Forms API
Angular 18 forms APIs with continued typed reactive forms support and improved signal integration.
Angular 18 HTTP Client API
Angular 18 HTTP client with functional interceptors and improved signal-based response handling.
Angular 18 Platform Server API
Angular 18 server-side rendering with improved hydration and incremental hydration experimental support.
Angular 18 CDK API
Angular 18 Component Dev Kit providing behavior primitives for building custom accessible UI components.