Sunday, March 4, 2018

Missing features in default Angular .Net Core template

I'm currently playing with default Angular .Net Core template (the one you can create in Visual Studio 2017: "New project" -> "web app" -> "Angular"). Although it does work, I miss some Visual Studio features:

  1. Debugging JS (or whatever that client-side code is) in Visual Studio. I click breakpoint and I see that it will never be hit
  2. Scaffolding items - how can I generate new component? Do I really need to create empty js file and type it by hand?
  3. Lack of README. Where can I find readme file that will in details explain step-by-step what's what in generated code?

Is it me installing something incorrectly or Microsoft actually haven't implemented it in this template?

Missing features in default Angular .Net Core template Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team