-
Notifications
You must be signed in to change notification settings - Fork 92
enable option window in user chat #151
Comments
Hi @ssubham , For a group adapter example, you can check it out over here: https://github.com/rpaschoal/ng-chat-netcoreapp/blob/master/NgChatClient/ClientApp/src/app/signalr-group-adapter.ts The above is the source code used by the demo. For a custom theme, you will need to pass a valid asset URL to https://github.com/rpaschoal/ng-chat/blob/master/src/ng-chat/assets/themes/ng-chat.theme.dark.scss |
@ssubham, to enable Groups , you need these steps:
The examples are clear on the above points, the missing link is on the server side.
Hope this helps, |
@buymybm100 You saved me. Thanks mate. |
Hi
I want to use group option. but not able to use it.
tried from reference/sample. but, not got success.
Also, want to use custom theme. Let me know how can i do this....
The text was updated successfully, but these errors were encountered: