This is documentation for Stream Chat Angular SDK v5, which is nolonger actively maintained. For up-to-date documentation, see the latest version (v6).

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.