-
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.
- Loading branch information
Showing
41 changed files
with
399 additions
and
366 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
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
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 |
---|---|---|
|
@@ -30,30 +30,33 @@ We recommend using the component library through a package manager. Stream Chat | |
|
||
### Install with NPM | ||
|
||
Run the following command if you are using **Angular 16** or **Angular 15**: | ||
Run this command if you are using **Angular 18**: | ||
|
||
```shell | ||
npm install stream-chat-angular stream-chat @ngx-translate/core | ||
// --force is only required until this issue is solved: https://github.com/tonysamperi/ngx-float-ui/issues/26 | ||
npm install stream-chat-angular@beta ngx-float-ui@18 --force | ||
``` | ||
Run the following command if you are using **Angular 14**: | ||
Run this command if you are using **Angular 17**: | ||
```shell | ||
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-popperjs@14 | ||
npm install stream-chat-angular@beta ngx-float-ui@17 | ||
``` | ||
Run the following command if you are using **Angular 13**: | ||
Run this command if you are using **Angular 16**: | ||
```shell | ||
npm install stream-chat-angular stream-chat @ngx-translate/core [email protected] ngx-popperjs@13 --legacy-peer-deps | ||
npm install stream-chat-angular@beta ngx-float-ui@16 | ||
``` | ||
Run this command if you are using **Angular 12**: | ||
Run this command if you are using **Angular 15**: | ||
```shell | ||
npm install stream-chat-angular stream-chat @ngx-translate/core [email protected] ngx-popperjs@12 --legacy-peer-deps | ||
npm install stream-chat-angular@beta @ngx-translate/core@14 ngx-float-ui@15 | ||
``` | ||
Supported node verisons: 18+ | ||
## Tutorial | ||
Follow our [tutorial](https://getstream.io/chat/angular/tutorial/) and build your first Stream Angular chat application. |
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
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
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
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
Oops, something went wrong.