Skip to content

Commit 061610f

Browse files
authored
chore: make the minimum version of angular 18+ (#6168)
1 parent 4fa879e commit 061610f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/app/component-testing/angular/overview.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sidebar_label: Overview
2020

2121
## Framework Support
2222

23-
Cypress Component Testing supports Angular 17.2.0+.
23+
Cypress Component Testing supports Angular `^18.0.0` and `^19.0.0`.
2424

2525
## Tutorial
2626

docs/app/component-testing/get-started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ following development servers and frameworks:
4747
| [Next.js 14-15](/app/component-testing/react/overview#Nextjs) | React 18-19 | Webpack 5 |
4848
| [Vue with Vite](/app/component-testing/vue/overview#Vue-with-Vite) | Vue 3 | Vite 4-6 |
4949
| [Vue with Webpack](/app/component-testing/vue/overview#Vue-with-Webpack) | Vue 3 | Webpack 4-5 |
50-
| [Angular](/app/component-testing/angular/overview#Framework-Configuration) | Angular 17-19 | Webpack 5 |
50+
| [Angular](/app/component-testing/angular/overview#Framework-Configuration) | Angular 18-19 | Webpack 5 |
5151
| [Svelte with Vite](/app/component-testing/svelte/overview#Svelte-with-Vite) <Badge type="info">Alpha</Badge> | Svelte 5 | Vite 4-6 |
5252
| [Svelte with Webpack](/app/component-testing/svelte/overview#Svelte-with-Webpack) <Badge type="info">Alpha</Badge> | Svelte 5 | Webpack 4-5 |
5353

0 commit comments

Comments
 (0)