Angular 18 logo

Angular 18

Angular 18 is a major release of the Angular TypeScript framework, released May 22, 2024. Key features include experimental zoneless change detection, stable deferrable views and built-in control flow (@if, @for, @switch), stable Material 3 components, functional route redirects, hybrid change detection with signals, improved Signals APIs, and TypeScript 5.4 support.

7 APIs 0 Features
FrameworkFrontendJavaScriptMaterial 3Open SourceSignalsSingle Page ApplicationTypeScriptWeb DevelopmentZoneless

APIs

Angular 18 Core API

Core Angular 18 framework APIs featuring experimental zoneless change detection, stable deferrable views and built-in control flow, stable Material 3 components, functional rout...

Angular 18 Common API

Common Angular 18 directives and pipes, with the new built-in control flow (@if, @for, @switch) now stable and recommended over structural directives.

Angular 18 Router API

Angular 18 routing APIs with functional route redirects and improved navigation with signal-based guards.

Angular 18 Forms API

Angular 18 forms APIs with continued typed reactive forms support and improved signal integration.

Angular 18 HTTP Client API

Angular 18 HTTP client with functional interceptors and improved signal-based response handling.

Angular 18 Platform Server API

Angular 18 server-side rendering with improved hydration and incremental hydration experimental support.

Angular 18 CDK API

Angular 18 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
🔗
Guide
Guide
🔗
PackageRegistry
PackageRegistry
🔗
License
License
🔗
Contributing
Contributing
👥
StackOverflow
StackOverflow
🔗
Discord
Discord
🔗
X
X

Sources

apis.yml Raw ↑
aid: angular-18
url: https://raw.githubusercontent.com/api-evangelist/angular-18/refs/heads/main/apis.yml
apis:
  - aid: angular-18:angular-core-api
    name: Angular 18 Core API
    tags:
      - Change Detection
      - 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: >-
      Core Angular 18 framework APIs featuring experimental zoneless change
      detection, stable deferrable views and built-in control flow, stable
      Material 3 components, functional route redirects, improved Signals APIs,
      and hybrid change detection. Released May 22, 2024.
  - aid: angular-18:angular-common-api
    name: Angular 18 Common API
    tags:
      - Directives
      - Pipes
      - Utilities
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://angular.dev/api/common
    humanURL: https://angular.dev/api/common
    properties:
      - url: https://angular.dev/api/common
        type: Documentation
    description: >-
      Common Angular 18 directives and pipes, with the new built-in control flow
      (@if, @for, @switch) now stable and recommended over structural directives.
  - aid: angular-18:angular-router-api
    name: Angular 18 Router API
    tags:
      - Guards
      - Navigation
      - 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
    description: >-
      Angular 18 routing APIs with functional route redirects and improved
      navigation with signal-based guards.
  - aid: angular-18:angular-forms-api
    name: Angular 18 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
    description: >-
      Angular 18 forms APIs with continued typed reactive forms support and
      improved signal integration.
  - aid: angular-18:angular-http-client-api
    name: Angular 18 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
    description: >-
      Angular 18 HTTP client with functional interceptors and improved
      signal-based response handling.
  - aid: angular-18:angular-platform-server-api
    name: Angular 18 Platform Server API
    tags:
      - 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 18 server-side rendering with improved hydration and incremental
      hydration experimental support.
  - aid: angular-18:angular-cdk-api
    name: Angular 18 CDK API
    tags:
      - Accessibility
      - CDK
      - Components
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://material.angular.io/cdk
    humanURL: https://material.angular.io/cdk/categories
    properties:
      - url: https://material.angular.io/cdk/categories
        type: Documentation
      - url: https://github.com/angular/components
        type: GitHub
    description: >-
      Angular 18 Component Dev Kit providing behavior primitives for building
      custom accessible UI components.
name: Angular 18
tags:
  - Framework
  - Frontend
  - JavaScript
  - Material 3
  - 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:
  - 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/angular/releases/tag/18.0.0
    name: Angular 18 Release Notes
    type: Changelog
  - url: https://blog.angular.dev/angular-v18-is-now-available-e79d5ac0affe
    name: Angular v18 Announcement Blog Post
    type: Blog
  - url: https://angular.dev/guide/zoneless
    name: Zoneless Change Detection Guide
    type: Guide
  - url: https://angular.dev/guide/signals
    name: Signals Guide
    type: Guide
  - url: https://angular.dev/guide/defer
    name: Deferrable Views 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: '2024-05-22'
modified: '2026-04-19'
specificationVersion: '0.19'
description: >-
  Angular 18 is a major release of the Angular TypeScript framework, released
  May 22, 2024. Key features include experimental zoneless change detection,
  stable deferrable views and built-in control flow (@if, @for, @switch), stable
  Material 3 components, functional route redirects, hybrid change detection
  with signals, improved Signals APIs, and TypeScript 5.4 support.