aid: angular url: https://raw.githubusercontent.com/api-evangelist/angular/refs/heads/main/apis.yml apis: - aid: angular:angular-core-api name: Angular Core API tags: - Components - Decorators - Dependency Injection - Framework - Signals - Standalone Components - TypeScript - Zoneless image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg baseURL: https://angular.dev/api/core humanURL: https://angular.dev/api/core properties: - url: https://angular.dev/api/core type: Documentation - url: https://github.com/angular/angular type: GitHub description: >- The Angular Core API provides the fundamental building blocks of the Angular framework including components, directives, pipes, dependency injection, Signals for reactive state management, standalone components, and zoneless change detection. - aid: angular:angular-cli name: Angular CLI tags: - Build Tools - CLI - Development Tools - Scaffolding image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg baseURL: https://cli.angular.io humanURL: https://angular.dev/tools/cli properties: - url: https://angular.dev/tools/cli type: Documentation - url: https://github.com/angular/angular-cli type: GitHub - url: https://www.npmjs.com/package/@angular/cli type: PackageRegistry description: >- The Angular CLI is the official command-line interface for creating, building, testing, and deploying Angular applications. It provides scaffolding, Vite-based development server, esbuild optimization, schematic support, and ng add/generate/deploy commands. - aid: angular:angular-router-api name: Angular Router API tags: - Guards - Navigation - Render Mode - Routing image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg baseURL: https://angular.dev/api/router humanURL: https://angular.dev/api/router properties: - url: https://angular.dev/api/router type: Documentation - url: https://angular.dev/guide/routing type: Guide description: >- The Angular Router API provides navigation and routing for single-page applications including lazy loading, route guards, resolvers, child routes, functional interceptors, and route-level render mode configuration. - aid: angular:angular-forms-api name: Angular Forms API tags: - Forms - Reactive Forms - Typed Forms - Validation image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg baseURL: https://angular.dev/api/forms humanURL: https://angular.dev/api/forms properties: - url: https://angular.dev/api/forms type: Documentation - url: https://angular.dev/guide/forms type: Guide description: >- Angular Forms API providing strictly typed reactive forms and template-driven forms with comprehensive validation support. - aid: angular:angular-http-client-api name: Angular HTTP Client API tags: - HTTP - Interceptors - REST image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg baseURL: https://angular.dev/api/common/http humanURL: https://angular.dev/api/common/http properties: - url: https://angular.dev/api/common/http type: Documentation - url: https://angular.dev/guide/http type: Guide description: >- Angular HTTP client API for making REST requests with functional interceptors, progress events, typed responses, and signal-based resource APIs. - aid: angular:angular-animations-api name: Angular Animations API tags: - Animations - Keyframes - Transitions image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg baseURL: https://angular.dev/api/animations humanURL: https://angular.dev/api/animations properties: - url: https://angular.dev/api/animations type: Documentation - url: https://angular.dev/guide/animations type: Guide description: >- Angular Animations API for creating declarative state-based animations using triggers, transitions, and keyframe sequences. - aid: angular:angular-service-worker-api name: Angular Service Worker API tags: - Offline - PWA - Service Worker image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg baseURL: https://angular.dev/api/service-worker humanURL: https://angular.dev/api/service-worker properties: - url: https://angular.dev/api/service-worker type: Documentation - url: https://angular.dev/guide/service-worker-intro type: Guide description: >- Angular Service Worker API for building Progressive Web Applications with offline caching, push notifications, and background sync support. - aid: angular:angular-platform-server-api name: Angular Platform Server API tags: - Hydration - Incremental Hydration - SSR - Server-Side Rendering image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg baseURL: https://angular.dev/api/platform-server humanURL: https://angular.dev/api/platform-server properties: - url: https://angular.dev/api/platform-server type: Documentation - url: https://angular.dev/guide/ssr type: Guide description: >- Angular Platform Server API for server-side rendering with non-destructive hydration and incremental hydration support. - aid: angular:angular-devtools name: Angular DevTools tags: - Debugging - DevTools - Performance - Profiling image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg baseURL: https://angular.dev/tools/devtools humanURL: https://angular.dev/tools/devtools properties: - url: https://angular.dev/tools/devtools type: Documentation - url: https://github.com/angular/angular/tree/main/devtools type: GitHub description: >- Angular DevTools is a browser extension for debugging and profiling Angular applications with component tree inspection, change detection profiling, and dependency injection debugging. name: Angular tags: - Deferrable Views - Framework - Frontend - JavaScript - Open Source - Signals - Single Page Application - TypeScript - Web Development - Zoneless type: Index image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg access: Open Source common: - type: LinkedIn url: https://www.linkedin.com/company/angularframework - url: https://angular.dev/ name: Angular Documentation type: Documentation - url: https://github.com/angular/angular name: Angular GitHub Repository type: GitHub - url: https://github.com/angular name: Angular GitHub Organization type: GitHubOrganization - url: https://blog.angular.dev/ name: Angular Blog type: Blog - url: https://angular.dev/roadmap name: Angular Roadmap type: RoadMap - url: https://www.npmjs.com/package/@angular/core name: Angular Core on npm type: PackageRegistry - url: https://github.com/angular/angular/blob/main/LICENSE name: MIT License type: License - url: https://github.com/angular/angular/blob/main/CONTRIBUTING.md name: Contributing Guide type: Contributing - url: https://stackoverflow.com/questions/tagged/angular name: Stack Overflow Angular Tag type: StackOverflow - url: https://discord.gg/angular name: Angular Discord type: Discord - url: https://twitter.com/angular name: Angular on Twitter type: X - url: https://www.youtube.com/angular name: Angular YouTube Channel type: YouTube - name: Agent Skills url: https://github.com/angular/skills type: AgentSkill created: '2024-01-01' modified: '2026-05-19' specificationVersion: '0.19' description: >- 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.