angular2-emoji-picker icon indicating copy to clipboard operation
angular2-emoji-picker copied to clipboard

[Angular Library] Emoji picker for angular2+ (not maintained)

Results 11 angular2-emoji-picker issues
Sort by recently updated
recently updated
newest added

Hi I am getting the following error ` ERROR in node_modules/angular2-emoji-picker/lib-dist/components/emoji-content.component.ts:20:4 - error TS2554: Expected 2 arguments, but got 1. 20 @ViewChild(forwardRef(() => EmojiListComponent)) emojiListComponent: EmojiListComponent; ` Since Angular 8...

![image](https://user-images.githubusercontent.com/36064862/48061519-d2837a80-e1f1-11e8-97f2-cf6fa2d85af3.png)

Below are my project information. I've generated project using @angular/cli `Angular CLI: 1.7.3 Node: 8.9.4 OS: darwin x64 Angular: 5.2.9 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service,...

When select emoji from picker then bind value in a Text-box working fine but emoji set left. Every new emoji set left size > HTML CODE ``` send ``` >...

When I press on the `relaxed` icon I get `☺` and not `😌`.

Hi, Thank you for this plugin. But I faced two issues in this plugin. 1) Smiley with " label : relaxed " in first row is not displaying proper in...

`"input": "../node_modules/angular2-emoji-picker/sheets/"` maybe must be `"input": "../node_modules/angular2-emoji-picker/lib-dist/sheets/"`

open your demo in latest windows forefox ![bug](https://user-images.githubusercontent.com/11493828/36413263-aa4c397e-162e-11e8-8f72-78050b3f5064.PNG)

In my case, I use Linux and when I use your plugin emoji characters is different in different os, apple icon sprite works well for emoji menu but when you...

Hi, Thank you for this plugin. But I faced issues in this plugin. This plugin can't use with modal ngx-bootstrap. The first time on open modal plugin is working, but...