Consume ASP.NET Core SignalR values in an Angular Application

Share this video with your friends

Send Tweet

ASP.NET Core SignalR can push events from the server into your Client Application. In this video we will build a client side Todo app with Angular which consumes events from a ASP.NET Core SignalR backend to see how we can consume and synchronize data between our client side Angular Applications.