#css issues
8 messages · Page 1 of 1 (latest)
Please read #how-to-get-help
<router-outlet></router-outlet>
<app-loader *ngIf="loadingService.isLoading"></app-loader>
<div *ngIf="!loadingService.isLoading">
<app-navbar></app-navbar>
<app-home></app-home><br><br>
<app-view></app-view>
<app-service></app-service><br><br><br><br><br><br>
<app-team></app-team>
<app-footer></app-footer>
</div>
thats not helping your question either
tell me exactly what i can share
this is the template im using for service
Read #how-to-get-help , especially the part about providing a minimal reproduction as a stackblitz.