From d26bc875db4349582a4b8c1f40aa4d02be5c0a74 Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Fri, 2 May 2025 16:02:01 -0400 Subject: [PATCH] chore: make the minimum version of angular 18+ --- docs/app/component-testing/angular/overview.mdx | 2 +- docs/app/component-testing/get-started.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app/component-testing/angular/overview.mdx b/docs/app/component-testing/angular/overview.mdx index 29d0bb6a48..6c8761cd90 100644 --- a/docs/app/component-testing/angular/overview.mdx +++ b/docs/app/component-testing/angular/overview.mdx @@ -20,7 +20,7 @@ sidebar_label: Overview ## Framework Support -Cypress Component Testing supports Angular 17.2.0+. +Cypress Component Testing supports Angular `^18.0.0` and `^19.0.0`. ## Tutorial diff --git a/docs/app/component-testing/get-started.mdx b/docs/app/component-testing/get-started.mdx index 143d9bc5e3..6d67320cf6 100644 --- a/docs/app/component-testing/get-started.mdx +++ b/docs/app/component-testing/get-started.mdx @@ -47,7 +47,7 @@ following development servers and frameworks: | [Next.js 14-15](/app/component-testing/react/overview#Nextjs) | React 18-19 | Webpack 5 | | [Vue with Vite](/app/component-testing/vue/overview#Vue-with-Vite) | Vue 3 | Vite 4-6 | | [Vue with Webpack](/app/component-testing/vue/overview#Vue-with-Webpack) | Vue 3 | Webpack 4-5 | -| [Angular](/app/component-testing/angular/overview#Framework-Configuration) | Angular 17-19 | Webpack 5 | +| [Angular](/app/component-testing/angular/overview#Framework-Configuration) | Angular 18-19 | Webpack 5 | | [Svelte with Vite](/app/component-testing/svelte/overview#Svelte-with-Vite) Alpha | Svelte 5 | Vite 4-6 | | [Svelte with Webpack](/app/component-testing/svelte/overview#Svelte-with-Webpack) Alpha | Svelte 5 | Webpack 4-5 |