I have simple app with one component that expects certain parameters from url. there is only one route in the application:
const appRoutes: Routes =
STEP 3: add web.config link to angular.json: (because after ng build it will skipped)
"architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { .......... "assets": [ "src/favicon.ico", "src/assets", **"src/web.config"** ]