0
andmattia created
Is it possible to add an externla SignalR into a Angular application?
Example a chat sistem not embedded on ANZ
3 Answer(s)
-
0
Hi @andmattia
Yes, it should be possible. You can do it like this I guess https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/src/app/shared/layout/chat/chat-signalr.service.ts#L137.
You can even use raw SignalR scripts from @microsoft/signalr NPM package.
-
0
Thanks!
I'll try and let you know ASAP
-
0
Thanks :)