-1

My angular router works very well on localhost:4200 but not working after ng-build. Only showing index.html after ng-build.

R. Richards
  • 24,603
  • 10
  • 64
  • 64

1 Answers1

0

you have to post more than this - you set the output parameters of build to probably default dist folder or public folder, and inside that folder is where your build is located at.

https://angular.io/cli/build

chris burd
  • 728
  • 3
  • 9