angular-emojify icon indicating copy to clipboard operation
angular-emojify copied to clipboard

Angular Pipe that replaces all :emoji: with the actual emoji

Results 5 angular-emojify issues
Sort by recently updated
recently updated
newest added

When trying to upgrade to Angular 8, it throws this message: `Package "angular-emojify" has an incompatible peer dependency to "@angular/core" (requires "^6.0.0" (extended), would install "8.0.0").` And also: `Package "angular-emojify"...

Is there a possibilty so we can choose to use a different theme / style? Like Twitter Emoji's, or EmojiOne

I get this error when I try to compile after following your instructions : ```Error encountered resolving symbol values statically. Calling function 'makeDecorator', function calls are not supported. Consider replacing...

Where can I find a list of the supported emoji codes? I need to build an emoji keyboard for my app and need to know which emojis will be recognized....

Hi, @kamilkisiela I just follow your way to create my own emoji pipe for angular2 by using node-emoji, but I just encounter a problem that is related to SystemJS configuration,...