ngTemplateOutlet - Tarekdh/WIKIS_ANGULAR GitHub Wiki
https://angular.io/api/common/NgTemplateOutlet
<ng-container *ngTemplateOutlet="footer"></ng-container>
<ng-template #footer>
<footer *ngIf="!fuseConfig.layout.footer.hidden"
[ngClass]="fuseConfig.layout.footer.customBackgroundColor === true ? fuseConfig.layout.footer.position + ' ' + fuseConfig.layout.footer.background : fuseConfig.layout.footer.position">
</footer>
</ng-template>