This is documentation for the release candidate Stream Chat Angular SDK v6. For the latest stable version, see the latest version (v5).

ThemeService

The ThemeService can be used to change the theme of the chat UI and to customize the theme. Our theming guide gives a complete overview about the topic.

Properties

theme$

theme$: BehaviorSubject<string>

A Subject that can be used to get or set the currently active theme. By default light and dark themes are supported.

Defined in

projects/stream-chat-angular/src/lib/theme.service.ts:14

© Getstream.io, Inc. All Rights Reserved.