Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui-kit/angular/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: "Use CometChat Angular UI Kit to add standalone chat components, vo
| Package | `@cometchat/chat-uikit-angular` v5.x |
| Peer deps | `@cometchat/chat-sdk-javascript`, `dompurify` |
| Calling | Optional — `@cometchat/calls-sdk-javascript` |
| Angular | v19, v20, v21 |
| Angular | v18, v19, v20, v21, v22 (v22 requires Node.js 24+) |
| Localization | 19 languages built-in |
| Source | [GitHub](https://github.com/cometchat/cometchat-uikit-angular/tree/v5) |
| AI Skills | `npx @cometchat/skills add` — [GitHub](https://github.com/cometchat/cometchat-skills) |
Expand Down
6 changes: 5 additions & 1 deletion ui-kit/angular/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ Follow these steps to integrate CometChat UIKit into your Angular application.
## Prerequisites

- Node.js 18 or higher
- Angular 19, 20, or 21
- Angular 18, 19, 20, 21, or 22
- A CometChat account with App ID and Auth Key

<Note>
Angular 22 requires a minimum Node.js version of 24.
</Note>

## Step 1: Install the Package

```bash
Expand Down