agmission/Development/client/src/app/app.component.html

4 lines
115 B
HTML

<router-outlet></router-outlet>
<div>
<agm-footer *ngIf="showFooter" [showLang]="showFooter"></agm-footer>
</div>