A companion repo to the Nexul Academy Angular courses found here: https://www.nexulacademy.com/courseware
- Angular Fundamentals
- Angular Advanced
- Open in Visual Studio 2022
- Set startup project to "SimpleCrm.Web.Api"
- Press F5, or "Run"
- An error page appears, a 404 page is missing where the Angular app you will build will load later.
- Navigate to /home to see the C# MVC home page.
During the advanced course, OAuth lessons you will connect this C# API to your Angular app. Then the Angular run output will appear at the localhost root.
The Angular project built during class should be added in the repo root folder and be called 'simple-crm-cli'