Let’s clear things up. We are building an Angular app that will be executed in the client’s browser. But to serve that app we need a web server that runs in our servers and receives requests from users and responds them with the angular app (html, js, and css files).