# EmojiInputService

If you have an emoji picker in your application, you can propagate the selected emoji to the textarea using this service, more info can be found in [custom emoji picker guide](https://getstream.io/chat/docs/sdk/angular/v5/code-examples/emoji-picker/)

## Properties

### emojiInput$

**emojiInput$**: `Subject<string>`

If you have an emoji picker in your application, you can propagate the selected emoji to the textarea using this Subject, more info can be found in [custom emoji picker guide](https://getstream.io/chat/docs/sdk/angular/v5/code-examples/emoji-picker/)

#### Defined in

[projects/stream-chat-angular/src/lib/message-input/emoji-input.service.ts:14](https://github.com/GetStream/stream-chat-angular/blob/d65326c9379c93c53babc4e0ffe54519dd0712a9/projects/stream-chat-angular/src/lib/message-input/emoji-input.service.ts#L14)


---

This page was last updated at 2026-08-07T20:37:39.241Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/angular/v5/services/EmojiInputService/](https://getstream.io/chat/docs/sdk/angular/v5/services/EmojiInputService/).