@@ -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
9488Supported node verisons: 18+
0 commit comments