Hi,
If I run the webapp with "heroku local" I have no problems but when I deploy it on heroku itself it can't find my something.component.html files. Only the home and about works but my own components don't. I imported my components in the app.module.ts. Do you maybe have an idea why heroku can't find the something.component.html file?
Thanks in advance!