2 years ago
I got a problem with my Angular App.
As usual, I delete the app.component.html and app.component.css files , make adjustments to the app.component.ts with '', but after deploying, my App doesn't show up!
4 Replies
2 years ago
> I got a problem with my Angular App.
>
> As usual, I delete the app.component.html and app.component.css files , make adjustments to the app.component.ts with '', but after deploying, my App doesn't show up!
2 years ago
> I got a problem with my Angular App.
>
> As usual, I delete the app.component.html and app.component.css files , make adjustments to the app.component.ts with 'router-outlet', but after deploying, my App doesn't show up!
2 years ago
Could you give some more details? Why are you deleting your app.component.html and app.component.css files?
2 years ago
Thanks mate! I've discovered what happend. The problem was because of new Angular 17 features. My old ways of configuring, didn't fit to new model. By the way, I use to delete those files to separate template from layout, what helps to see things at the same directory level like it was diferent things. So you can change layout without thinking about template. Thanks for help anyway!