Skip to content

Commit 6954803

Browse files
committed
docs: small updates
1 parent 3953ad4 commit 6954803

3 files changed

Lines changed: 33 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- [Docs](https://getstream.io/chat/docs/sdk/angular/)
1414
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
1515
- [Demo application](https://angular-chat-demo-getstreamio.vercel.app/)
16-
- [Codesandbox](https://codesandbox.io/p/devbox/stream-chat-angular-sample-app-gkczc5?file=%2Fsrc%2Fapp%2Fapp.component.ts%3A11%2C32)
16+
- [Codesandbox](https://codesandbox.io/p/devbox/stream-chat-angular-sample-app-rc3hyw)
1717

1818
With our component library, you can build a variety of chat use cases, including:
1919

docusaurus/docs/Angular/basics/angular-version-support.mdx

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,35 @@ title: Angular version support
44
sidebar_position: 2
55
---
66

7-
The current version of the SDK supports all Angular versions starting from Angular 12. However since [Angular itself doesn't support versions 12-14 anymore](https://angular.io/guide/releases#actively-supported-versions) the SDK will drop support for these in Q2 2024 (this will be released in a major release). Moving forward our version support policy will be matched more closely with the Angular's official [support window](https://angular.io/guide/releases#support-window). You can update your Angular application following the official [Angular update guide](https://update.angular.io/).
7+
The current version of the SDK supports Angular versions 15-18. This is how you can install it:
8+
9+
Run this command if you are using **Angular 18**:
10+
11+
```shell
12+
npm install stream-chat-angular ngx-float-ui@beta
13+
```
14+
15+
Run this command if you are using **Angular 17**:
16+
17+
```shell
18+
npm install stream-chat-angular ngx-float-ui@17
19+
```
20+
21+
Run this command if you are using **Angular 16**:
22+
23+
```shell
24+
npm install stream-chat-angular ngx-float-ui@16
25+
```
26+
27+
Run this command if you are using **Angular 15**:
28+
29+
```shell
30+
npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15
31+
```
32+
33+
Supported node verisons: 18+
34+
35+
## Angular version support policy:
36+
37+
- We're doing our best to introduce support for the latest Angular version as soon as it becomes stable
38+
- To be able to use new features of Angular, we need to remove support for older Angular versions, however we always make sure to support [all actively supported Angular versions](https://angular.dev/reference/versions#actively-supported-versions)

docusaurus/shared

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)