Skip to content

Commit

Permalink
Added versions to @ngx-translate/core based on the compatibility tabl…
Browse files Browse the repository at this point in the history
  • Loading branch information
SubJunk authored and szuperaz committed Sep 18, 2023
1 parent fa7b2ac commit 2e81fba
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,34 @@ Check out our current openings and apply via [Stream's website](https://getstrea

### Install with NPM

Run the following command if you are using **Angular 16** or **Angular 15**:
Run the following command if you are using **Angular 16**:

```shell
npm install stream-chat-angular stream-chat @ngx-translate/core
```

Run the following command if you are using **Angular 15**:

```shell
npm install stream-chat-angular stream-chat @ngx-translate/core@14
```

Run the following command if you are using **Angular 14**:

```shell
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-popperjs@14
npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-popperjs@14
```

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

```shell
npm install stream-chat-angular stream-chat @ngx-translate/core [email protected] ngx-popperjs@13 --legacy-peer-deps
npm install stream-chat-angular stream-chat @ngx-translate/core@13 [email protected] ngx-popperjs@13 --legacy-peer-deps
```

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

```shell
npm install stream-chat-angular stream-chat @ngx-translate/core [email protected] ngx-popperjs@12 --legacy-peer-deps
npm install stream-chat-angular stream-chat @ngx-translate/core@13 [email protected] ngx-popperjs@12 --legacy-peer-deps
```

## Sample App
Expand Down

0 comments on commit 2e81fba

Please sign in to comment.