initial release
This commit is contained in:
14
bizmatch/src/app/app.component.html
Normal file
14
bizmatch/src/app/app.component.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
@if (actualRoute !=='home' && actualRoute !=='pricing'){
|
||||
<header></header>
|
||||
}
|
||||
<router-outlet></router-outlet>
|
||||
@if (loadingService.isLoading$ | async) {
|
||||
<div class="progress-spinner flex h-full align-items-center justify-content-center">
|
||||
<p-progressSpinner></p-progressSpinner>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
<footer></footer>
|
||||
</div>
|
||||
Reference in New Issue
Block a user