-
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.
Merge pull request #623 from GetStream/v5-docs
V5 docs
- Loading branch information
Showing
206 changed files
with
4,571 additions
and
4,573 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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+38.6 KB
docusaurus/angular_versioned_docs/version-4/assets/channel-preview-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+54.6 KB
docusaurus/angular_versioned_docs/version-4/assets/message-actions-screenshot.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
Binary file added
BIN
+29.5 KB
...gular_versioned_docs/version-4/assets/message-reactions-selector-screenshot.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
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,33 +30,30 @@ We recommend using the component library through a package manager. Stream Chat | |
|
||
### Install with NPM | ||
|
||
Run this command if you are using **Angular 18**: | ||
Run the following command if you are using **Angular 16** or **Angular 15**: | ||
|
||
```shell | ||
// --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 | ||
npm install stream-chat-angular stream-chat @ngx-translate/core | ||
``` | ||
|
||
Run this command if you are using **Angular 17**: | ||
Run the following command if you are using **Angular 14**: | ||
|
||
```shell | ||
npm install stream-chat-angular@beta ngx-float-ui@17 | ||
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-popperjs@14 | ||
``` | ||
|
||
Run this command if you are using **Angular 16**: | ||
Run the following command if you are using **Angular 13**: | ||
|
||
```shell | ||
npm install stream-chat-angular@beta ngx-float-ui@16 | ||
npm install stream-chat-angular stream-chat @ngx-translate/core [email protected] ngx-popperjs@13 --legacy-peer-deps | ||
``` | ||
|
||
Run this command if you are using **Angular 15**: | ||
Run this command if you are using **Angular 12**: | ||
|
||
```shell | ||
npm install stream-chat-angular@beta @ngx-translate/core@14 ngx-float-ui@15 | ||
npm install stream-chat-angular stream-chat @ngx-translate/core [email protected] ngx-popperjs@12 --legacy-peer-deps | ||
``` | ||
|
||
Supported node verisons: 18+ | ||
## Tutorial | ||
|
||
Follow our [tutorial](https://getstream.io/chat/angular/tutorial/) and build your first Stream Angular chat application. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.