Info:
This is documentation for Stream Chat Angular SDK v5, which is no longer actively maintained. For up-to-date documentation, see the latest version (v7).

ThreadComponent

The Thread component represents a message thread, it is a container component that displays a thread with a header, MessageList and MessageInput components.

Usage

The Thread component displays the thread header (built inside the thread), the message list and message input components:

<stream-thread name="thread">
  <stream-message-list mode="thread"></stream-message-list>
  <stream-message-input mode="thread"></stream-message-input>
</stream-thread>

You can use the default SDK components, or use your own custom components.

Customization

See our customization guide on how to provide your own thread header or thread component.

Add Chat to my app: getstream.io/SKILL.md

The fastest way to build with Stream. Start a new project or improve an existing one. Full CLI and documentation integration out of the box.


Ask your agent:

/stream Build me a Social App with Feeds and Moderation.
/stream Any livestream calls running?
/stream Chat Angular v5: <Your Question>