Skip to content

Commit 52547bd

Browse files
balaji changes
1 parent 2c5e92d commit 52547bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/app.component.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
<!-- <ecommerce-navbar></ecommerce-navbar> balaji changes -->
2+
<ecommerce-alert [alertMsg]="alertMsg"></ecommerce-alert>
13
<ecommerce-loader></ecommerce-loader>
24
<div class="pageContain">
35
<ecommerce-header [custStatus]="custIsAuthenticated" [custName]="custName"></ecommerce-header>
46
<ecommerce-navbar></ecommerce-navbar>
57
<ecommerce-alert [alertMsg]="alertMsg"></ecommerce-alert>
68
<router-outlet></router-outlet>
79
</div>
10+
<ecommerce-navbar></ecommerce-navbar>
11+
<ecommerce-alert [alertMsg]="alertMsg"></ecommerce-alert>

0 commit comments

Comments
 (0)