Skip to main content

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

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

Defined in#

lib/message-input/emoji-input.service.ts:14

Did you find this page helpful?