Angular 15 logo

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.

6 APIs 0 Features
FrameworkFrontendJavaScriptOpen SourceSingle Page ApplicationStandalone ComponentsTypeScriptWeb Development

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.

Resources

🔗
Documentation
Documentation
👥
GitHub
GitHub
📄
Changelog
Changelog
📰
Blog
Blog
🔗
Guide
Guide
🔗
Guide
Guide
🔗
PackageRegistry
PackageRegistry
🔗
License
License
🔗
Contributing
Contributing
👥
StackOverflow
StackOverflow
🔗
Discord
Discord
🔗
X
X

Sources

apis.yml Raw ↑
aid: angular-15
url: https://raw.githubusercontent.com/api-evangelist/angular-15/refs/heads/main/apis.yml
apis:
  - aid: angular-15:angular-core-api
    name: Angular 15 Core API
    tags:
      - Change Detection
      - Components
      - Decorators
      - Dependency Injection
      - Framework
      - Standalone Components
      - TypeScript
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://angular.io/api/core
    humanURL: https://v15.angular.io/api/core
    properties:
      - url: https://v15.angular.io/api/core
        type: Documentation
      - url: https://github.com/angular/angular
        type: GitHub
    description: >-
      Core Angular 15 framework APIs including stable standalone components,
      directive composition API, image optimization via NgOptimizedImage,
      dependency injection improvements, and extended template diagnostics.
  - aid: angular-15:angular-common-api
    name: Angular 15 Common API
    tags:
      - Directives
      - Image Optimization
      - Pipes
      - Utilities
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://angular.io/api/common
    humanURL: https://v15.angular.io/api/common
    properties:
      - url: https://v15.angular.io/api/common
        type: Documentation
    description: >-
      Common Angular 15 directives and pipes including the stable NgOptimizedImage
      directive for improved image loading performance, NgIf, NgFor, DatePipe, and
      other shared utilities.
  - aid: angular-15:angular-router-api
    name: Angular 15 Router API
    tags:
      - Guards
      - Navigation
      - Routing
      - Standalone API
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://angular.io/api/router
    humanURL: https://v15.angular.io/api/router
    properties:
      - url: https://v15.angular.io/api/router
        type: Documentation
      - url: https://v15.angular.io/guide/router
        type: Guide
    description: >-
      Angular 15 routing APIs with new standalone router APIs enabling up to 11%
      bundle size reduction by tree-shaking unused router features.
  - aid: angular-15:angular-forms-api
    name: Angular 15 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.io/api/forms
    humanURL: https://v15.angular.io/api/forms
    properties:
      - url: https://v15.angular.io/api/forms
        type: Documentation
    description: >-
      Angular 15 forms APIs with stable strictly typed reactive forms and improved
      form validation.
  - aid: angular-15:angular-http-client-api
    name: Angular 15 HTTP Client API
    tags:
      - HTTP
      - Interceptors
      - REST
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://angular.io/api/common/http
    humanURL: https://v15.angular.io/api/common/http
    properties:
      - url: https://v15.angular.io/api/common/http
        type: Documentation
    description: >-
      Angular 15 HTTP client with functional interceptors support as a lighter
      alternative to class-based interceptors.
  - aid: angular-15:angular-cdk-api
    name: Angular 15 CDK API
    tags:
      - Accessibility
      - CDK
      - Components
      - Overlay
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://material.angular.io/cdk
    humanURL: https://v15.material.angular.io/cdk/categories
    properties:
      - url: https://v15.material.angular.io/cdk/categories
        type: Documentation
      - url: https://github.com/angular/components
        type: GitHub
    description: >-
      Angular 15 Component Dev Kit providing behavior primitives for building
      custom accessible UI components.
name: Angular 15
tags:
  - Framework
  - Frontend
  - JavaScript
  - Open Source
  - Single Page Application
  - Standalone Components
  - TypeScript
  - Web Development
type: Index
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
access: Open Source
common:
  - url: https://v15.angular.io/
    name: Angular 15 Documentation
    type: Documentation
  - url: https://github.com/angular/angular
    name: Angular GitHub Repository
    type: GitHub
  - url: https://github.com/angular/angular/releases/tag/15.0.0
    name: Angular 15 Release Notes
    type: Changelog
  - url: https://blog.angular.dev/angular-v15-is-now-available-df7be7f2f4c8
    name: Angular v15 Announcement Blog Post
    type: Blog
  - url: https://v15.angular.io/guide/standalone-components
    name: Standalone Components Guide
    type: Guide
  - url: https://v15.angular.io/guide/image-directive
    name: NgOptimizedImage Guide
    type: Guide
  - 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
created: '2022-11-16'
modified: '2026-04-19'
specificationVersion: '0.19'
description: >-
  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.