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:
- Debugging JS (or whatever that client-side code is) in Visual Studio. I click breakpoint and I see that it will never be hit
- Scaffolding items - how can I generate new component? Do I really need to create empty js file and type it by hand?
- 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?
0 comments:
Post a Comment