Sunday, October 29, 2023

Angular - Deployment

https://angular.io/guide/deployment


Which web server does Angular use?

However, in a production environment, it is typically deployed to a... 
backend web server such as Apache, Nginx, or IIS, 
... which is responsible for serving the static files generated by the Angular application, as well as handling any server-side functionality required by the application.


No comments: