-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added versions to @ngx-translate/core based on the compatibility tabl…
- Loading branch information
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|