Angular 14 logo

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.

8 APIs 0 Features
FrameworkFrontendJavaScriptOpen SourceSingle Page ApplicationTypeScriptWeb Development

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.

Resources

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

Sources

apis.yml Raw ↑
aid: angular-14
url: https://raw.githubusercontent.com/api-evangelist/angular-14/refs/heads/main/apis.yml
apis:
  - aid: angular-14:angular-core-api
    name: Angular 14 Core API
    tags:
      - Change Detection
      - Components
      - Decorators
      - Dependency Injection
      - Framework
      - TypeScript
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://angular.io/api/core
    humanURL: https://v14.angular.io/api/core
    properties:
      - url: https://v14.angular.io/api/core
        type: Documentation
      - url: https://github.com/angular/angular
        type: GitHub
    description: >-
      Core Angular 14 framework APIs including components, directives, pipes,
      dependency injection, and change detection. Angular 14 introduced
      standalone components, protected component template members, typed reactive
      forms, and extended template diagnostics.
  - aid: angular-14:angular-common-api
    name: Angular 14 Common API
    tags:
      - Directives
      - Pipes
      - Utilities
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://angular.io/api/common
    humanURL: https://v14.angular.io/api/common
    properties:
      - url: https://v14.angular.io/api/common
        type: Documentation
    description: >-
      Common Angular 14 directives and pipes including NgIf, NgFor, DatePipe,
      CurrencyPipe, DecimalPipe, and other shared utilities.
  - aid: angular-14:angular-router-api
    name: Angular 14 Router API
    tags:
      - Guards
      - Navigation
      - Routing
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://angular.io/api/router
    humanURL: https://v14.angular.io/api/router
    properties:
      - url: https://v14.angular.io/api/router
        type: Documentation
      - url: https://v14.angular.io/guide/router
        type: Guide
    description: >-
      Angular 14 routing and navigation APIs supporting lazy loading, route
      guards, resolvers, and navigation events.
  - aid: angular-14:angular-forms-api
    name: Angular 14 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://v14.angular.io/api/forms
    properties:
      - url: https://v14.angular.io/api/forms
        type: Documentation
      - url: https://v14.angular.io/guide/forms-overview
        type: Guide
    description: >-
      Angular 14 forms APIs featuring strictly typed reactive forms. Supports
      both template-driven and reactive form patterns with full TypeScript type
      inference.
  - aid: angular-14:angular-http-client-api
    name: Angular 14 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://v14.angular.io/api/common/http
    properties:
      - url: https://v14.angular.io/api/common/http
        type: Documentation
      - url: https://v14.angular.io/guide/http
        type: Guide
    description: >-
      Angular 14 HTTP client for making REST requests with built-in support for
      interceptors, progress events, and response type configuration.
  - aid: angular-14:angular-animations-api
    name: Angular 14 Animations API
    tags:
      - Animations
      - Keyframes
      - Transitions
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://angular.io/api/animations
    humanURL: https://v14.angular.io/api/animations
    properties:
      - url: https://v14.angular.io/api/animations
        type: Documentation
      - url: https://v14.angular.io/guide/animations
        type: Guide
    description: >-
      Angular 14 animations system for creating declarative state-based animations
      using triggers, transitions, and keyframe sequences.
  - aid: angular-14:angular-service-worker-api
    name: Angular 14 Service Worker API
    tags:
      - Offline
      - PWA
      - Service Worker
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://angular.io/api/service-worker
    humanURL: https://v14.angular.io/api/service-worker
    properties:
      - url: https://v14.angular.io/api/service-worker
        type: Documentation
      - url: https://v14.angular.io/guide/service-worker-intro
        type: Guide
    description: >-
      Angular 14 service worker support for building Progressive Web Applications
      with offline capabilities and push notification support.
  - aid: angular-14:angular-cdk-api
    name: Angular 14 CDK API
    tags:
      - Accessibility
      - CDK
      - Components
      - Overlay
      - Virtual Scroll
    image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    baseURL: https://material.angular.io/cdk
    humanURL: https://v14.material.angular.io/cdk/categories
    properties:
      - url: https://v14.material.angular.io/cdk/categories
        type: Documentation
      - url: https://github.com/angular/components
        type: GitHub
    description: >-
      Angular 14 Component Dev Kit providing behavior primitives for building
      custom UI components including overlay, drag-and-drop, virtual scrolling,
      and accessibility utilities.
name: Angular 14
tags:
  - Framework
  - Frontend
  - JavaScript
  - Open Source
  - Single Page Application
  - TypeScript
  - Web Development
type: Index
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
access: Open Source
common:
  - url: https://v14.angular.io/
    name: Angular 14 Documentation
    type: Documentation
  - url: https://github.com/angular/angular
    name: Angular GitHub Repository
    type: GitHub
  - url: https://github.com/angular/angular/releases/tag/14.0.0
    name: Angular 14 Release Notes
    type: Changelog
  - url: https://blog.angular.dev/angular-v14-is-now-available-391a6db736af
    name: Angular v14 Announcement Blog Post
    type: Blog
  - url: https://v14.angular.io/guide/standalone-components
    name: Standalone Components Guide
    type: Guide
  - url: https://v14.angular.io/guide/typed-forms
    name: Typed Forms 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://angular.io/code-of-conduct
    name: Code of Conduct
    type: CodeOfConduct
  - 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-06-02'
modified: '2026-04-19'
specificationVersion: '0.19'
description: >-
  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.