Remove redundant home page container
Simplified the HTML structure by removing the unnecessary conditional wrapper for the home page component. The home page rendering logic is now handled directly by the router outlet.
This commit is contained in:
parent
5737de3cfc
commit
5ac5b139c8
|
|
@ -1,4 +1 @@
|
|||
<router-outlet></router-outlet>
|
||||
<div *ngIf="isHomePage()">
|
||||
<app-home></app-home>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user