Angular Material CRUD With ASP.NET Web API

Overview The following post is an example of an app where the create and edit forms are on the same page with a data table. In the list there is an option to delete. Please download the source files at https://github.com/fullstacksoup/blog-ng-material-crud-app to follow along. Angular 10 This example uses the following libraries. Angular Material –

React – Deploy to a Sub-Folder

Overview This what you will need to know if you are building a react-app on top of an ASP.NET Web API. So the API will sit at the root and the UI in a sub-folder in order to access Active Directory credentials for an Intranet application. Package.json First step is to update the package.json file