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.
3 lines
58 B
HTML
3 lines
58 B
HTML
<router-outlet></router-outlet>
|
|
<app-footer></app-footer>
|