Skip to content

Commit 99a993f

Browse files
docs: remove references to Angular v15
1 parent e6d2b4c commit 99a993f

9 files changed

Lines changed: 10 additions & 8 deletions

File tree

apps/docs-app/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Creating an Analog project can be done with minimal steps.
1414
Analog requires the following Node and Angular versions:
1515

1616
- Node v18.13.0 and higher is recommended
17-
- Angular v15 or higher
17+
- Angular v1 or higher
1818

1919
## Creating a New Application
2020

apps/docs-app/docs/guides/compatibility.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The table shows the minimum version of Nx, the supported Angular version, and th
2626

2727
| Nx Version _(min)_ | Angular Version | Analog Version | Vite Version |
2828
| ------------------ | --------------- | -------------- | ------------ |
29+
| 22.x.x | ^22.x.x | **latest** | ^8.0.0 |
30+
| 22.x.x | ^21.x.x | **latest** | ^7.0.0 |
2931
| 22.x.x | ^20.x.x | **latest** | ^7.0.0 |
3032
| 21.x.x | ^20.x.x | **latest** | ^7.0.0 |
3133
| 20.4.0 | ^19.1.0 | **latest** | ^6.0.0 |

apps/docs-app/docs/guides/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import TabItem from '@theme/TabItem';
55

66
An existing Angular Single Page Application can be configured to use Analog using a schematic/generator for Angular CLI or Nx workspaces.
77

8-
> Analog is compatible with Angular v15 and above.
8+
> Analog is compatible with Angular v17 and above.
99
1010
## Using a Schematic/Generator
1111

apps/docs-app/i18n/de/docusaurus-plugin-content-docs/current/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
1212
Analog benötigt die folgenden Node- und Angular-Versionen:
1313

1414
- Node v18.13.0 und höher wird empfohlen
15-
- Angular v15 oder höher
15+
- Angular v17 oder höher
1616

1717
## Erstellen einer neuen Anwendung
1818

apps/docs-app/i18n/de/docusaurus-plugin-content-docs/current/guides/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import TabItem from '@theme/TabItem';
55

66
Eine bestehende Angular Single Page Application kann mit Hilfe eines Schemas/Generators für Angular CLI oder Nx Workspaces für die Verwendung von Analog konfiguriert werden.
77

8-
> Analog ist kompatibel mit Angular v15 und höher.
8+
> Analog ist kompatibel mit Angular v17 und höher.
99
1010
## Verwendung eines Schemas/Generators
1111

apps/docs-app/i18n/es/docusaurus-plugin-content-docs/current/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Crear un projecto en Analog puede ser hecho en una mínima cantidad de pasos.
1414
Analog requiere las siguientes versiones de Node y Angular:
1515

1616
- Node v18.13.0 y superior es recomendado
17-
- Angular v15 o superior
17+
- Angular v17 o superior
1818

1919
## Creando una nueva aplicación
2020

apps/docs-app/i18n/es/docusaurus-plugin-content-docs/current/guides/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import TabItem from '@theme/TabItem';
55

66
Una Aplicación SPA Angular existente puede configurarse para usar Analog utilizando un schematic/generator para Angular CLI o espacios de trabajo Nx.
77

8-
> Analog es compatible con Angular v15 y versiones superiores.
8+
> Analog es compatible con Angular v17 y versiones superiores.
99
1010
## Usando un Schematic/Generator
1111

apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
1212
Analog 对于 NodeJS 和 Angular 的版本要求如下:
1313

1414
- Node v18.13.0 或更高
15-
- Angular v15 或更高版本
15+
- Angular v17 或更高版本
1616

1717
## 创建一个新的应用
1818

apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/guides/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';
99

1010
一个现有的 Angular 单页应用可以通过一个 Angular CLI 或者 Nx 工作区的原理器/生成器配置成使用 Analog。
1111

12-
> Analog 兼容 Angular v15 及以上版本.
12+
> Analog 兼容 Angular v17 及以上版本.
1313
1414
## 使用原理器/生成器
1515

0 commit comments

Comments
 (0)