needim / wdt-emoji-bundle

Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
http://ned.im/wdt-emoji-bundle
MIT License
419 stars 87 forks source link

Import in Angular 5 #41

Closed AlexDemzz closed 6 years ago

AlexDemzz commented 6 years ago

Hello guys. i've done npm install --save wdt-emoji-bundle emoji-js And now i'm doing this import: import WdtEmojiBundle from "wdt-emoji-bundle/wdt-emoji-bundle";

In the constructor i have this constructor(private wdtEmojiBundle: WdtEmojiBundler) {}

And ionic inform me that Uncaught (in promise): Error: Can't resolve all parameters for ChatRoomPage: (?);

I'm stuck right now, can you help me ?


EDIT : I solve it with removing the constructor 'wdtEmojiBundle' arg