Take for instance angular2-quickstart. What files need to be deployed and what settings need to be set to launch this web app from IIS?
This is a Typescript tutoria
Here is a nice and detailed explanation for deploying angular app in IIS. The summarized steps for publishing as a separate website are as follows:-
ng build --prod
Add web.config file to folder C:\Publish with following contents:-
All done, now just go to IIS and browse your web-site, you will see it working.