Angular 7 CRUD with Web API

Insert Update and Delete Operation Methods are implemented in Web API using SQL Server and Entity Framework. Those Web API methods are called from Angular 7 project. In addition to that Angular form design and form validation are covered, In-order to interact between the project we enabled CORS package inside the Web API Project.

Get the Code

$ cd project name
$ npm install
//run the app
$ ng serve