Angular 14
Angular 14 is a major release of the Angular TypeScript framework from Google, released June 2, 2022. Key features include strictly typed reactive forms, standalone components (developer preview), protected component template members, extended template diagnostics, and improved CLI auto-completion. Angular 14 targets TypeScript 4.7 and ES2020.
APIs
Angular 14 Core API
Core Angular 14 framework APIs including components, directives, pipes, dependency injection, and change detection. Angular 14 introduced standalone components, protected compon...
Angular 14 Common API
Common Angular 14 directives and pipes including NgIf, NgFor, DatePipe, CurrencyPipe, DecimalPipe, and other shared utilities.
Angular 14 Router API
Angular 14 routing and navigation APIs supporting lazy loading, route guards, resolvers, and navigation events.
Angular 14 Forms API
Angular 14 forms APIs featuring strictly typed reactive forms. Supports both template-driven and reactive form patterns with full TypeScript type inference.
Angular 14 HTTP Client API
Angular 14 HTTP client for making REST requests with built-in support for interceptors, progress events, and response type configuration.
Angular 14 Animations API
Angular 14 animations system for creating declarative state-based animations using triggers, transitions, and keyframe sequences.
Angular 14 Service Worker API
Angular 14 service worker support for building Progressive Web Applications with offline capabilities and push notification support.
Angular 14 CDK API
Angular 14 Component Dev Kit providing behavior primitives for building custom UI components including overlay, drag-and-drop, virtual scrolling, and accessibility utilities.