Introduction In this article I am going to explain how to create a MVC web application in ASP.NET Core 2.0 with Angular 5. We will be creating a sample Employee Record Management system using Angular at frontend, Web Api on backend and ADO.NET to fetch data from database. We will use Angular form with required […]
Category: Angular
Getting Started With Angular 5 Using Visual Studio Code
Introduction In this article, we are going to set up Angular 5 app using Visual Studio Code. We will be using Angular CLI for our demo. Agenda Install Node.js. Install Angular CLI. Create our first Angular App. Launch Angular App in the browser. Displaying our custom message on Webpage. Conclusion Install Node.js The first step is […]