Skip to content

Commit e576e21

Browse files
committed
chore: Update readme
1 parent 6de72a5 commit e576e21

File tree

2 files changed

+24
-36
lines changed

2 files changed

+24
-36
lines changed

README.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,43 +52,37 @@ Check out our current openings and apply via [Stream's website](https://getstrea
5252

5353
### Install with NPM
5454

55-
Supported Angular versions: **Angular 15-20**
55+
Supported Angular versions: **Angular 17-21**
5656

57-
Run this command if you are using **Angular 20**:
58-
59-
```shell
60-
# Not all dependencies support Anglar 20 yet, so --force is required
61-
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@19 --force
62-
```
63-
64-
Run this command if you are using **Angular 19**:
57+
Run this command if you are using **Angular 21**:
6558

6659
```shell
67-
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@19
60+
# Not all dependencies support Anglar 21 yet, so --force is required
61+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@20 --force
6862
```
6963

70-
Run this command if you are using **Angular 18**:
64+
Run this command if you are using **Angular 20**:
7165

7266
```shell
73-
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@18
67+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@20
7468
```
7569

76-
Run this command if you are using **Angular 17**:
70+
Run this command if you are using **Angular 19**:
7771

7872
```shell
79-
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@17
73+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@19
8074
```
8175

82-
Run this command if you are using **Angular 16**:
76+
Run this command if you are using **Angular 18**:
8377

8478
```shell
85-
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@16
79+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@18
8680
```
8781

88-
Run this command if you are using **Angular 15**:
82+
Run this command if you are using **Angular 17**:
8983

9084
```shell
91-
npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@15
85+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@17
9286
```
9387

9488
Supported node verisons: 18+

projects/stream-chat-angular/README.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,43 +51,37 @@ Check out our current openings and apply via [Stream's website](https://getstrea
5151

5252
### Install with NPM
5353

54-
Supported Angular versions: **Angular 15-20**
54+
Supported Angular versions: **Angular 17-21**
5555

56-
Run this command if you are using **Angular 20**:
57-
58-
```shell
59-
# Not all dependencies support Anglar 20 yet, so --force is required
60-
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@19 --force
61-
```
62-
63-
Run this command if you are using **Angular 19**:
56+
Run this command if you are using **Angular 21**:
6457

6558
```shell
66-
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@19
59+
# Not all dependencies support Anglar 21 yet, so --force is required
60+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@20 --force
6761
```
6862

69-
Run this command if you are using **Angular 18**:
63+
Run this command if you are using **Angular 20**:
7064

7165
```shell
72-
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@18
66+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@20
7367
```
7468

75-
Run this command if you are using **Angular 17**:
69+
Run this command if you are using **Angular 19**:
7670

7771
```shell
78-
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@17
72+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@19
7973
```
8074

81-
Run this command if you are using **Angular 16**:
75+
Run this command if you are using **Angular 18**:
8276

8377
```shell
84-
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@16
78+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@18
8579
```
8680

87-
Run this command if you are using **Angular 15**:
81+
Run this command if you are using **Angular 17**:
8882

8983
```shell
90-
npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@15
84+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@17
9185
```
9286

9387
Supported node verisons: 18+

0 commit comments

Comments
 (0)