Skip to content

Commit 2e81fba

Browse files
SubJunkszuperaz
authored andcommitted
Added versions to @ngx-translate/core based on the compatibility table at https://github.com/ngx-translate/core#installation
1 parent fa7b2ac commit 2e81fba

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

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

5252
### Install with NPM
5353

54-
Run the following command if you are using **Angular 16** or **Angular 15**:
54+
Run the following command if you are using **Angular 16**:
5555

5656
```shell
5757
npm install stream-chat-angular stream-chat @ngx-translate/core
5858
```
5959

60+
Run the following command if you are using **Angular 15**:
61+
62+
```shell
63+
npm install stream-chat-angular stream-chat @ngx-translate/core@14
64+
```
65+
6066
Run the following command if you are using **Angular 14**:
6167

6268
```shell
63-
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-popperjs@14
69+
npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-popperjs@14
6470
```
6571

6672
Run the following command if you are using **Angular 13**:
6773

6874
```shell
69-
npm install stream-chat-angular stream-chat @ngx-translate/core [email protected] ngx-popperjs@13 --legacy-peer-deps
75+
npm install stream-chat-angular stream-chat @ngx-translate/core@13 [email protected] ngx-popperjs@13 --legacy-peer-deps
7076
```
7177

7278
Run this command if you are using **Angular 12**:
7379

7480
```shell
75-
npm install stream-chat-angular stream-chat @ngx-translate/core [email protected] ngx-popperjs@12 --legacy-peer-deps
81+
npm install stream-chat-angular stream-chat @ngx-translate/core@13 [email protected] ngx-popperjs@12 --legacy-peer-deps
7682
```
7783

7884
## Sample App

0 commit comments

Comments
 (0)