@@ -51,30 +51,37 @@ Check out our current openings and apply via [Stream's website](https://getstrea
51
51
52
52
### Install with NPM
53
53
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** :
55
57
56
58
``` 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
58
61
```
59
62
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
+ ```
61
68
62
69
Run this command if you are using ** Angular 18** :
63
70
64
71
``` 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
66
73
```
67
74
68
75
Run this command if you are using ** Angular 17** :
69
76
70
77
``` 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
72
79
```
73
80
74
81
Run this command if you are using ** Angular 16** :
75
82
76
83
``` 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
78
85
```
79
86
80
87
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@
85
92
86
93
Supported node verisons: 18+
87
94
88
- ```
89
-
90
95
## Sample App
91
96
92
97
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/`.
126
131
## Local development
127
132
128
133
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
+
129
137
```
0 commit comments