# 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](/chat/docs/sdk/angular/v4/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](/chat/docs/sdk/angular/v4/code-examples/emoji-picker/)

#### Defined in

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


---

This page was last updated at 2026-03-05T19:02:10.379Z.

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