| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Angular 7.2.7 / ASP.NET Core 2.2 Seed Project with full VS Code debugging
The back-end is an ASP.NET Core 2.2 WebAPI application.
You will find the front-end code in the ClientApp directory. This is a fully compatible Angular 7.2.0 CLI application. This means from within the ClientApp folder full ng generate capabilities are available and encouraged.
This is an ASP.NET Core 2.2 project with an Angular 6 front-end. The dotnet project is configured to automatically build the Angular project when dotnet run is executed. This means that you do not need to worry about running ng serve -o manually. It also runs in hot reload mode so any changes made to the dotnet code and/or the angular code will cause an automatic reload and refresh in the browser.
Included with this project is a .vscode/launch.json file and a .vscode/tasks.json file. This means by default you can run F5 and hit breakpoints in both server and client side code. Sweet!!
If you have issues when first running make sure that the Full stack debug target is chosen.
This is a very informal project and any and all pull requests with improvements will be accepted. I look forward to your feedback!
If you are new or experienced with Angular I highly recommend that you head over to Ultimate Angular and signup for the Angular Framework courses. Follow the link in the banner to do so.
| Back | FazBrowse Home | New Git URL |