Angular
Angular is an open-source TypeScript-based web application framework maintained by Google and a community of contributors. It provides a comprehensive platform for building single-page applications with a component-based architecture, reactive Signals, deferrable views, built-in control flow, zoneless change detection, server-side rendering, and the Angular CLI. Angular follows a major release cadence of two versions per year.
APIs
Angular Core API
The Angular Core API provides the fundamental building blocks of the Angular framework including components, directives, pipes, dependency injection, Signals for reactive state ...
Angular CLI
The Angular CLI is the official command-line interface for creating, building, testing, and deploying Angular applications. It provides scaffolding, Vite-based development serve...
Angular Router API
The Angular Router API provides navigation and routing for single-page applications including lazy loading, route guards, resolvers, child routes, functional interceptors, and r...
Angular Forms API
Angular Forms API providing strictly typed reactive forms and template-driven forms with comprehensive validation support.
Angular HTTP Client API
Angular HTTP client API for making REST requests with functional interceptors, progress events, typed responses, and signal-based resource APIs.
Angular Animations API
Angular Animations API for creating declarative state-based animations using triggers, transitions, and keyframe sequences.
Angular Service Worker API
Angular Service Worker API for building Progressive Web Applications with offline caching, push notifications, and background sync support.
Angular Platform Server API
Angular Platform Server API for server-side rendering with non-destructive hydration and incremental hydration support.
Angular DevTools
Angular DevTools is a browser extension for debugging and profiling Angular applications with component tree inspection, change detection profiling, and dependency injection deb...