Skip to main content

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@^1 and dompurify@^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 .md twin 404s, fetch the same URL without .md (HTML). Never read a package .d.ts and 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.

Getting started / integration

Core & configuration

Theming & customization

Components — conversations & lists

Components — messages

Components — message bubbles

Components — calling

Components — search, AI & notifications

Task guides (recipes)

Framework recipes (full-page layouts)

Migration & misc