Chore: Removed @angular/flex-layout and replaced it with tailwind.

Chore: Upgraded some packages
This commit is contained in:
2022-12-11 07:50:45 +05:30
parent b9fbdd4b99
commit 4a85a9133e
104 changed files with 564 additions and 975 deletions

View File

@ -1,5 +1,5 @@
<ngx-loading-bar></ngx-loading-bar>
<app-nav-bar></app-nav-bar>
<div fxLayout="column" fxLayoutAlign="center none" class="mat-app-background basic-container">
<div class="flex flex-col justify-center items-stretch mat-app-background basic-container">
<router-outlet></router-outlet>
</div>