TypeScript-Handbook
TypeScript-Handbook copied to clipboard
ASP.NET Core tutorial - working source code please
This is not a duplicate suggestion. I'm not saying that the whole document, ASP.NET Core - TypeScript (source as of Oct 2018), should be rewritten, or that its content should even change significantly, necessarily. I'm just requesting two things:
- Please tweak it so that once someone has followed the instructions to the letter, with all the specified version numbers of every tool and dependency (and maybe beta versions should be avoided), the result is actually something that works as advertised.
- Link to a repo of a working solution. I'm willing to help with that, see my attempt at rdalkire/ASP.NET_Core_TypeScript_and_Angular, except that as you can see in the current version of the readme, it's still broken, though I believe you'll find that it's exactly as specified in the tutorial, so therefore, the tutorial is broken.
Let's someone please start with one small(?) thing: Clone my repo mentioned above, make the bare minimum changes needed to make it work as it should as of the end of the tutorial, and do a pull request. Then if it truly does run as it should, we can adjust the tutorial itself accordingly, with a link to the working version.