Move <app-footer> to the root app component
The <app-footer> component is now included only in app.component.html to avoid duplication across pages. This simplifies maintenance and ensures consistent behavior throughout the application.
This commit is contained in:
parent
13089ba437
commit
6f3445dc01
|
|
@ -1 +1,2 @@
|
||||||
<router-outlet></router-outlet>
|
<router-outlet></router-outlet>
|
||||||
|
<app-footer></app-footer>
|
||||||
|
|
|
||||||
|
|
@ -150,5 +150,4 @@
|
||||||
<p style="display: none;">Scroll Down</p>
|
<p style="display: none;">Scroll Down</p>
|
||||||
</a>
|
</a>
|
||||||
</main>
|
</main>
|
||||||
<app-footer></app-footer>
|
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</app-header>
|
</app-header>
|
||||||
<app-footer></app-footer>
|
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
|
||||||
|
|
@ -260,5 +260,4 @@
|
||||||
<p style="display: none;">Scroll Down</p>
|
<p style="display: none;">Scroll Down</p>
|
||||||
</a>
|
</a>
|
||||||
</main>
|
</main>
|
||||||
<app-footer></app-footer>
|
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user