Angular UI Kit v5 — LLM docs index (Latest)
Stateful, drop-in Angular chat/calling UI. Package@cometchat/chat-uikit-angular@5+@cometchat/chat-sdk-javascript@4(peers also include@cometchat/cards-angular@^1anddompurify@^3). This page is an Angular-v5-only routing index for AI agents — a scoped alternative to the site-wide/docs/llms.txt.
How to use this index
Each link points to the docs page; append.md to its URL to fetch the clean Markdown twin
(verbatim code + an “AI Integration Quick Reference” block with input/output names, types, and
defaults). Pick the page for the intent, then read the API there.
- Convention: any docs page URL +
.md→ raw Markdown. - Fallback: if a
.mdtwin 404s, fetch the same URL without.md(HTML). Never read a package.d.tsand never answer inputs/outputs from memory. - Angular specifics: components are used as kebab-case selectors in templates
(
<cometchat-conversations>), configured via@Input(), and customized through content-projection slots /TemplateRef— not React-style render props.
Hot path — usually no fetch needed
For a plain “add chat” the install,init → login → render ordering, standalone/NgModule imports,
and the core drop-in inputs are stable; a well-built agent skill bakes them. Fetch below only for
exhaustive inputs, long-tail components, theming tokens, or feature enablement.
- Setup: Integration · Quickstart
- Environment config lives in
src/environments/environment.ts(not.env). - Core drop-ins: Conversations · Message Header · Message List · Message Composer
Getting started / integration
Core & configuration
- Core Features
- Methods
- Events
- Sound Manager
- Extensions
- Campaigns
- Accessibility
- Troubleshooting
- Services
- Chat State Service
- CometChat Templates Service
- Formatter Config Service
- Message Bubble Config Service
- Rich Text Editor Service
- Search Conversations Service
- Search Messages Service
Theming & customization
Components — conversations & lists
- Overview
- Conversations
- Conversation Item
- Users
- User Item
- Groups
- Group Item
- Group Members
- Group Member Item
Components — messages
- Message List
- Message Composer
- Message Header
- Message Information
- Thread Header
- Reactions
- Reaction Info
- Reaction List
- Stickers Keyboard
Components — message bubbles
- Action Bubble
- Audio Bubble
- Call Bubble
- Card Bubble
- Collaborative Document Bubble
- Collaborative Whiteboard Bubble
- Delete Bubble
- File Bubble
- Image Bubble
- CometChatMarkdownRenderer
- Message Bubble
- Poll Bubble
- Sticker Bubble
- Text Bubble
- Video Bubble
Components — calling
Components — search, AI & notifications
- AI Smart Chat Features
- CometChatSearch
- CometChatAIAssistantChat
- Smart Replies
- Conversation Starter
- Conversation Summary
- Notification Feed
Task guides (recipes)
- Block/Unblock Users
- Call Log Details
- Card Messages
- Custom Message Types
- Custom Text Formatter
- Group Chat
- Hashtag Formatter
- Mentions Formatter
- Message Privately
- New Chat
- Rich Text Formatting
- Search Messages
- ShortCut Formatter
- State Management
- RxJS Subscription Patterns
- Threaded Messages
- URL Formatter