damienbod / AspNetCoreAngularSignalR

SignalR ASP.NET Core Angular

Home Page:https://damienbod.com/2017/09/12/getting-started-with-signalr-using-asp-net-core-and-angular/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In the demo it says @angular/platform-server unavailable

access-pro opened this issue · comments

In VS2017 package.json it says @angular/platform-server unavailable.

I don't have this problem. Could you try again?

npm install
npm run build-dev
dotnet restore

Greetings Damien

You should probably add the commands in readme to get it running. It works great by the way.