rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

ERROR TypeError: Cannot read property 'triggerOpenChatWindow' of undefined #88

Closed mukeshphpdev closed 5 years ago

mukeshphpdev commented 5 years ago

getting this ERROR TypeError: Cannot read property 'triggerOpenChatWindow' of undefined

calling from another component

rpaschoal commented 5 years ago

Hi @mukeshphpdev ,

It seems you are trying to use IChatController methods and your object instance is undefined. Looks to me that your ViewChild binding might be wrong.

mukeshphpdev commented 5 years ago

thanks