Commit 98b8894b authored by prumde's avatar prumde

Updated for Cart Component


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174373 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a7c7f14d
......@@ -16,8 +16,8 @@
<div #rightSlidePanel class="rightSlidePanel" >
<span (click)="hideSidePanel();" class="hide-button"></span>
<ecm-user-option *ngIf="sideOption=='USER_OPT'" (closePanel)="hideSidePanel(); createUserData();" ></ecm-user-option>
<div *ngIf="sideOption=='CART_OPT'" style="margin: 5rem;" >
Show Cart option will be display here
<div *ngIf="sideOption=='CART_OPT'" style="margin: 3rem;" >
<ecm-cart></ecm-cart>
<button md-raised-button class="button medium-btn">Checkout</button>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment