When running my application with ng serve
everything works fine. But after building it with ng build --prod
I get ...
ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment:
'assets/pdfjs/web/viewer.html'
Error: Cannot match any routes. URL Segment: 'assets/pdfjs/web/viewer.html'
... at the moment the pdfviewer component should be displayed. What am I doing wrong? Thanks for your help.