stream-chat-angular
Advanced tools
Comparing version 5.11.0-test-update.1 to 5.11.0
@@ -1,1 +0,1 @@ | ||
export declare const version = "5.11.0-test-update.1"; | ||
export declare const version = "5.11.0"; |
{ | ||
"name": "stream-chat-angular", | ||
"version": "5.11.0-test-update.1", | ||
"version": "5.11.0", | ||
"description": "Angular components to create chat conversations or livestream style chat", | ||
@@ -5,0 +5,0 @@ "author": "GetStream", |
@@ -54,14 +54,38 @@ # Official Angular SDK for [Stream Chat](https://getstream.io/chat/sdk/react/) | ||
Run the following command if you are using **Angular 13**: | ||
Run this command if you are using **Angular 19**: | ||
```shell | ||
npm install stream-chat-angular stream-chat @ngx-translate/core | ||
npm install stream-chat-angular stream-chat @ngx-translate/core@15 ngx-float-ui@19 | ||
``` | ||
Run this command if you are using **Angular 12**: | ||
Supported Angular versions: **Angular 15-18** | ||
Run this command if you are using **Angular 18**: | ||
```shell | ||
npm install stream-chat-angular stream-chat@5 @ngx-translate/core --legacy-peer-deps | ||
npm install stream-chat-angular stream-chat ngx-float-ui@18 | ||
``` | ||
Run this command if you are using **Angular 17**: | ||
```shell | ||
npm install stream-chat-angular stream-chat ngx-float-ui@17 | ||
``` | ||
Run this command if you are using **Angular 16**: | ||
```shell | ||
npm install stream-chat-angular stream-chat ngx-float-ui@16 | ||
``` | ||
Run this command if you are using **Angular 15**: | ||
```shell | ||
npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@15 | ||
``` | ||
Supported node verisons: 18+ | ||
``` | ||
## Sample App | ||
@@ -76,5 +100,7 @@ | ||
``` | ||
STREAM_API_KEY=<Your API key> | ||
STREAM_USER_ID=<Your user ID> | ||
STREAM_USER_TOKEN=<Your user token> | ||
``` | ||
@@ -93,5 +119,7 @@ | ||
``` | ||
STREAM_API_KEY=<Your API key> | ||
STREAM_USER_ID=<Your user ID> | ||
STREAM_USER_TOKEN=<Your user token> | ||
``` | ||
@@ -104,1 +132,2 @@ | ||
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. | ||
``` |
@@ -1,1 +0,1 @@ | ||
export const version = '5.11.0-test-update.1'; | ||
export const version = '5.11.0'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10007217
0
130