Skip to content

Commit

Permalink
balaji changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VelupriyaMohan committed Sep 16, 2022
1 parent 2c5e92d commit 52547bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<!-- <ecommerce-navbar></ecommerce-navbar> balaji changes -->
<ecommerce-alert [alertMsg]="alertMsg"></ecommerce-alert>
<ecommerce-loader></ecommerce-loader>
<div class="pageContain">
<ecommerce-header [custStatus]="custIsAuthenticated" [custName]="custName"></ecommerce-header>
<ecommerce-navbar></ecommerce-navbar>
<ecommerce-alert [alertMsg]="alertMsg"></ecommerce-alert>
<router-outlet></router-outlet>
</div>
<ecommerce-navbar></ecommerce-navbar>
<ecommerce-alert [alertMsg]="alertMsg"></ecommerce-alert>

0 comments on commit 52547bd

Please sign in to comment.