Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/home/installation/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ import TabItem from '@theme/TabItem';

### Peer dependencies

Both `@angular/core` and `@angular/forms` are peer dependencies which means they must be installed before iX.
Both `@angular/core` and `@angular/forms` are peer dependencies that you must install before iX.

For the exact version requirements, see the [peerDependencies in package.json](https://github.com/siemens/ix/blob/main/packages/angular/package.json) (search for `peerDependencies` in that file).

```json
"peerDependencies": {
"@angular/core": ">=18.2.13",
"@angular/forms": ">=18.2.13",
"@angular/core": ">=20",
"@angular/forms": ">=20",
}
```

Expand Down
Loading