Visual Studio Toolbox: Angular and .NET Core
In this episode, I am joined by Ed Charbeneau for a discussion on using Angular with ASP.NET Core. Ed shows how to create an Angular app using the new ASP.NET Core project templates (at 01:45), how to create an Angular app with a Web API backend (at 20:45) and how to use Angular to build a native iOS and Android app (at 27:10).
Comments
- Anonymous
October 09, 2017
as son as I saw this feature available, I jumped on it. I see an issue though as I've updated the angular dependencies in project.json to the latest versions, which seem to have the effect of breaking debugging (app no longer stops at break points). Is this a known issue or just something that only I'm experiencing? - Anonymous
October 09, 2017
From previous experience with this template, I’ve seen it toss errors when the Angular version changes. I would make sure the following dependencies are also up to date. “aspnet-prerendering”: “^2.0.5”,“aspnet-webpack”: “^1.0.29”,If that doesn't help submit an issue to https://github.com/aspnet/JavaScriptServices