From what I understand, if I do an ng build and deploy the code generated in the "dist" folder, then all the typescript and routing is all ready to work?!
I deployed code in dist
folder and the home page comes up just fine
as soon as I click on a link, I get a 404 ( IIS server)
example of a route
/criminal/?UserID...
{ path: 'criminal', component: CriminalComponent, pathMatch: 'full'},