rpaschoal / ng-chat

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

Error install in Angular7 #165

Closed MamartinBSW closed 4 years ago

MamartinBSW commented 4 years ago

ERROR in node_modules/ng-chat/ng-chat/components/ng-chat-friends-list/ng-chat-friends-list.component.d.ts(30,9): error TS1086: An accessor cannot be declared in an ambient context. node_modules/ng-chat/ng-chat/ng-chat.component.d.ts(26,9): error TS1086: An accessor cannot be declared in an ambient context. node_modules/ng-chat/ng-chat/ng-chat.component.d.ts(27,9): error TS1086: An accessor cannot be declared in an ambient context. node_modules/ng-chat/ng-chat/ng-chat.component.d.ts(71,17): error TS1086: An accessor cannot be declared in an ambient context.

rpaschoal commented 4 years ago

This module was upgraded to Angular 9 with release https://github.com/rpaschoal/ng-chat/releases/tag/3.0.0

You might be able to get it working with version https://github.com/rpaschoal/ng-chat/releases/tag/2.0.5 but I suggest you just upgrade your application.

MamartinBSW commented 4 years ago

This module was upgraded to Angular 9 with release https://github.com/rpaschoal/ng-chat/releases/tag/3.0.0

You might be able to get it working with version https://github.com/rpaschoal/ng-chat/releases/tag/2.0.5 but I suggest you just upgrade your application.

Thanx @rpaschoal

I install this versión and now Captura de pantalla 2020-06-26 a las 9 29 44

ERROR in src/app/components/perfil/perfil.component.ts(25,27): error TS2307: Cannot find module 'my-adapter'.

Thnx!