Angular 15
Angular 15 is a major release of the Angular TypeScript framework, released November 16, 2022. Key features include stable standalone components and directives, the new directive composition API, stable NgOptimizedImage for improved image load performance, standalone router APIs with up to 11% bundle size reduction, functional HTTP interceptors, and improved esbuild integration for faster build times.
APIs
Angular 15 Core API
Core Angular 15 framework APIs including stable standalone components, directive composition API, image optimization via NgOptimizedImage, dependency injection improvements, and...
Angular 15 Common API
Common Angular 15 directives and pipes including the stable NgOptimizedImage directive for improved image loading performance, NgIf, NgFor, DatePipe, and other shared utilities.
Angular 15 Router API
Angular 15 routing APIs with new standalone router APIs enabling up to 11% bundle size reduction by tree-shaking unused router features.
Angular 15 Forms API
Angular 15 forms APIs with stable strictly typed reactive forms and improved form validation.
Angular 15 HTTP Client API
Angular 15 HTTP client with functional interceptors support as a lighter alternative to class-based interceptors.
Angular 15 CDK API
Angular 15 Component Dev Kit providing behavior primitives for building custom accessible UI components.