first commit

This commit is contained in:
arfat qureshi
2025-10-29 11:44:13 +05:30
parent 1fcff40400
commit 6ce776f218
463 changed files with 95252 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<div class="app-main" [ngClass]="{'ng-app-main-active': ChcekSidebar.activeSide == 'IsActive'}">
<div class="app-asidebar">
<custom-sidebar></custom-sidebar>
</div>
<div [ngStyle]="{'padding-top.px': headerHeight}" style="height: 100%;">
<div class="app-mainBody">
<div class="app-header" #headerElement>
<app-header></app-header>
</div>
<div class="app-mainContent">
<router-outlet></router-outlet>
</div>
<div class="app-extra-space"></div>
<!-- <div class="app-footer">
<app-footer></app-footer>
</div> -->
</div>
</div>
</div>