diff --git a/ui-kit/angular/overview.mdx b/ui-kit/angular/overview.mdx index 0347bc9f1..a363c55c2 100644 --- a/ui-kit/angular/overview.mdx +++ b/ui-kit/angular/overview.mdx @@ -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) | diff --git a/ui-kit/angular/quickstart.mdx b/ui-kit/angular/quickstart.mdx index c48632f89..cf076780f 100644 --- a/ui-kit/angular/quickstart.mdx +++ b/ui-kit/angular/quickstart.mdx @@ -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 + +Angular 22 requires a minimum Node.js version of 24. + + ## Step 1: Install the Package ```bash