Skip to content

Commit e8ac331

Browse files
committed
docs: update readme
1 parent aff0db2 commit e8ac331

File tree

2 files changed

+29
-14
lines changed

2 files changed

+29
-14
lines changed

README.md

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

5353
### Install with NPM
5454

55-
Run this command if you are using **Angular 19**:
55+
Supported Angular versions: **Angular 15-20**
56+
57+
Run this command if you are using **Angular 20**:
5658

5759
```shell
58-
npm install stream-chat-angular stream-chat @ngx-translate/core@15 ngx-float-ui@19
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
5962
```
6063

61-
Supported Angular versions: **Angular 15-18**
64+
Run this command if you are using **Angular 19**:
65+
66+
```shell
67+
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@19
68+
```
6269

6370
Run this command if you are using **Angular 18**:
6471

6572
```shell
66-
npm install stream-chat-angular stream-chat ngx-float-ui@18
73+
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@18
6774
```
6875

6976
Run this command if you are using **Angular 17**:
7077

7178
```shell
72-
npm install stream-chat-angular stream-chat ngx-float-ui@17
79+
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@17
7380
```
7481

7582
Run this command if you are using **Angular 16**:
7683

7784
```shell
78-
npm install stream-chat-angular stream-chat ngx-float-ui@16
85+
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@16
7986
```
8087

8188
Run this command if you are using **Angular 15**:

projects/stream-chat-angular/README.md

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

5252
### Install with NPM
5353

54-
Run this command if you are using **Angular 19**:
54+
Supported Angular versions: **Angular 15-20**
55+
56+
Run this command if you are using **Angular 20**:
5557

5658
```shell
57-
npm install stream-chat-angular stream-chat @ngx-translate/core@15 ngx-float-ui@19
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
5861
```
5962

60-
Supported Angular versions: **Angular 15-18**
63+
Run this command if you are using **Angular 19**:
64+
65+
```shell
66+
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@19
67+
```
6168

6269
Run this command if you are using **Angular 18**:
6370

6471
```shell
65-
npm install stream-chat-angular stream-chat ngx-float-ui@18
72+
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@18
6673
```
6774

6875
Run this command if you are using **Angular 17**:
6976

7077
```shell
71-
npm install stream-chat-angular stream-chat ngx-float-ui@17
78+
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@17
7279
```
7380

7481
Run this command if you are using **Angular 16**:
7582

7683
```shell
77-
npm install stream-chat-angular stream-chat ngx-float-ui@16
84+
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@16
7885
```
7986

8087
Run this command if you are using **Angular 15**:
@@ -85,8 +92,6 @@ npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@
8592

8693
Supported node verisons: 18+
8794

88-
```
89-
9095
## Sample App
9196

9297
This repository includes a sample app to test our library.
@@ -126,4 +131,7 @@ Run `npm start:customizations-example` and navigate to `http://localhost:4200/`.
126131
## Local development
127132

128133
Run `npm install` in the root of the project. You can use the `npm run start:dev` command to start the SampleApp with automatic reloading.
134+
135+
```
136+
129137
```

0 commit comments

Comments
 (0)