Employee Details Application

In this application there are some Employee details. Admin or application user can Add-New , Delete and View Employee as well as User can also view particular Employee details.

How to Run this Project

~ Open This Project in Visual Studio Code.

~ Open Visual Studio Terminal

To open the terminal:

Use the Ctrl+` keyboard shortcut with the backtick character. Use the View | Integrated Terminal menu command. From the Command Palette (Ctrl+Shift+P), use the View:Toggle Integrated Terminal command.

Check You are in correct folder path

type command in terminal

npm install

ng serve

open in browser localhost:4200