@@ -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
6269Run 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
6875Run 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
7481Run 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
8087Run 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
8693Supported node verisons: 18+
8794
88- ```
89-
9095## Sample App
9196
9297This 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
128133Run ` 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