Angular - Morning Process

When you are developing an angular application, you generally have 2 (or more) visual studio’s running

  • Visual Studio – this is running the API your angular development will connect to.
  • Visual Studio Code – this was opened on the folder containing the .git repository. You have a terminal window running ‘ng serve’
  • You have an instance of Chrome running (or you might have 2 instances of chrome running)

1 First tab is likely running API

2 Second tab is likely running your Angular development (localhost:4200)