getmi
Showing
src/app/addaddresss/addaddresss.page.css
0 → 100644
src/app/addaddresss/addaddresss.page.css.map
0 → 100644
src/app/addcard/addcard.page.css
0 → 100644
src/app/addcard/addcard.page.css.map
0 → 100644
src/app/app.component.css
0 → 100644
src/app/app.component.css.map
0 → 100644
| ... | ... | @@ -3,14 +3,14 @@ |
| <ion-menu> | ||
| <ion-content> | ||
| <div class="side_menu_wrapper"> | ||
| <ion-menu-toggle> | ||
| <ion-menu-toggle *ngIf="userData"> | ||
| <div class="top_banner"> | ||
| <div class="top_image"> | ||
| <img src="../assets/asset_avatar.png" /> | ||
| <img [src]="userData.profilePhoto" /> | ||
| </div> | ||
| <div class="top_detail"> | ||
| <h4>John Doe</h4> | ||
| <p>[email protected]</p> | ||
| <h4>{{ userData.name }}</h4> | ||
| <p>{{ userData.emailId }}</p> | ||
| </div> | ||
| <div class="clear"></div> | ||
| </div> | ||
| ... | ... | @@ -61,7 +61,7 @@ |
| </ion-split-pane> | ||
| </ion-app> | ||
| <div class="common_tab" [hidden]="fetchCase() === true"> | ||
| <div class="common_tab" [hidden]="fetchCase() === true" *ngIf="!isSearchOpen"> | ||
| <ul> | ||
| <li (click)="goToPage('home')"> | ||
| <div | ||
| ... | ... |
src/app/cart/cart.page.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/cart/cart.page.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/changedetails/changedetails.page.css
0 → 100644
| ... | ... | @@ -15,12 +15,13 @@ |
| </div> | ||
| <div class="row"> | ||
| <input | ||
| [(value)]="userData && userData.name" | ||
| name="name" | ||
| required | ||
| class="" | ||
| type="text" | ||
| [(ngModel)]="updateData.name" | ||
| placeholder="John Doe" | ||
| [(ngModel)]="userData && userData.name" | ||
| [(placeholder)]="userData && userData.name" | ||
| #name="ngModel" | ||
| /> | ||
| <div | ||
| ... | ... | @@ -33,38 +34,26 @@ |
| </div> | ||
| <div class="row"> | ||
| <input | ||
| required | ||
| [(value)]="userData && userData.emailId" | ||
| readonly | ||
| class="" | ||
| name="emailId" | ||
| type="mail" | ||
| [(ngModel)]="updateData.emailId" | ||
| placeholder="[email protected]" | ||
| pattern="[a-zA-Z0-9.-_]{1,}@[a-zA-Z.-]{2,}[.]{1}[a-zA-Z]{2,}" | ||
| #emailId="ngModel" | ||
| [(placeholder)]="userData && userData.emailId" | ||
| /> | ||
| <div | ||
| class="md-errors-spacer" | ||
| [hidden]="emailId.valid || submitted == false" | ||
| > | ||
| <div *ngIf="emailId.errors && emailId.errors.required"> | ||
| Email is required | ||
| </div> | ||
| <div *ngIf="emailId.errors && emailId.errors.pattern"> | ||
| Email is invalid | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="row"> | ||
| <input | ||
| [(value)]="userData && userData.phone" | ||
| required | ||
| class="" | ||
| name="phone" | ||
| type="number" | ||
| pattern="(\(+61\)|\+61|\(0[1-9]\)|0[1-9])?( ?-?[0-9]){6,9}" | ||
| maxlength="10" | ||
| [(ngModel)]="updateData.phone" | ||
| placeholder="+00 9851 5871 6985" | ||
| [(ngModel)]="userData && userData.phone" | ||
| [(placeholder)]="userData && userData.phone" | ||
| #phone="ngModel" | ||
| /> | ||
| <div | ||
| ... | ... | @@ -79,18 +68,42 @@ |
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="row"> | ||
| <h6>Change Password</h6> | ||
| </div> | ||
| <div class="row"> | ||
| <div *ngIf="userData && userData.loginType == 0"> | ||
| <div class="row"> | ||
| <h6>Change Password</h6> | ||
| </div> | ||
| <!-- <div class="row"> | ||
| <input class="" type="password" placeholder="Current Password" /> | ||
| </div> --> | ||
| <div class="row"> | ||
| <input | ||
| class="" | ||
| [(ngModel)]="updatePassword.password" | ||
| name="password" | ||
| type="password" | ||
| placeholder="New Password" | ||
| minlength="6" | ||
| #password="ngModel" | ||
| /> | ||
| <div *ngIf="password.errors && password.errors.minlength"> | ||
| Password must be at least 6 characters | ||
| </div> | ||
| </div> | ||
| <div class="row"> | ||
| <input | ||
| class="" | ||
| #confirmPassword="ngModel" | ||
| [(ngModel)]="updatePassword.confirmPassword" | ||
| name="confirmPassword" | ||
| type="password" | ||
| placeholder="Confirm Password" | ||
| /> | ||
| <div *ngIf=""> | ||
| Password should match | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="row"> | ||
| <input class="" type="password" placeholder="New Password" /> | ||
| </div> | ||
| <div class="row"> | ||
| <input class="" type="password" placeholder="Confirm Password" /> | ||
| </div> | ||
| <div class="row"> | ||
| <button class="login_btn" (click)="onFormSubmit(updateForm)"> | ||
| UPDATE | ||
| ... | ... |
src/app/changepass/changepass.page.css
0 → 100644
src/app/changepass/changepass.page.css.map
0 → 100644
src/app/forgot/forgot.page.css
0 → 100644
src/app/forgot/forgot.page.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/landing/landing.page.css
0 → 100644
src/app/landing/landing.page.css.map
0 → 100644
src/app/login/login.page.css
0 → 100644
src/app/login/login.page.css.map
0 → 100644
src/app/myorder/myorder.page.css
0 → 100644
src/app/myorder/myorder.page.css.map
0 → 100644
src/app/nearby/nearby.page.css
0 → 100644
src/app/nearby/nearby.page.css.map
0 → 100644
src/app/productdetail/productdetail.page.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/productlist/productlist.page.css
0 → 100644
src/app/productlist/productlist.page.css.map
0 → 100644
| <div class="nav_header"> | ||
| <button class="nav_btn nav_back floatLeft" (click)="goBack()"> | ||
| <img src="../assets/Group17_2.png"> | ||
| </button> | ||
| <div class="nav_title floatLeft"> | ||
| <input class="search_bar" placeholder="Search here.. eg:shirts, retailers etc..." (click)="clickSearch()"> | ||
| </div> | ||
| <button class="nav_btn nav_search floatRight" *ngIf="!searchShow"> | ||
| </button> | ||
| <button class="nav_btn nav_close floatRight" *ngIf="searchShow" (click)="searchClose()"> | ||
| </button> | ||
| <div class="clear"></div> | ||
| <button class="nav_btn nav_back floatLeft" (click)="goBack()"> | ||
| <img src="../assets/Group17_2.png" /> | ||
| </button> | ||
| <div class="nav_title floatLeft"> | ||
| <input | ||
| class="search_bar" | ||
| placeholder="Search here.. eg:shirts, retailers etc..." | ||
| (click)="clickSearch()" | ||
| /> | ||
| </div> | ||
| <button | ||
| class="nav_btn nav_search floatRight" | ||
| *ngIf="!searchShow" | ||
| (click)="clickSearch()" | ||
| ></button> | ||
| <button | ||
| class="nav_btn nav_close floatRight" | ||
| *ngIf="searchShow" | ||
| (click)="searchClose()" | ||
| ></button> | ||
| <div class="clear"></div> | ||
| </div> | ||
| <ion-content> | ||
| <div class="product_list"> | ||
| <div class="product_taskbar"> | ||
| <div class="filter floatLeft" (click)="istoggle()"> | ||
| </div> | ||
| <div class="viewset floatRight"> | ||
| <div class="grid_view grid_act floatRight" (click)="gridToggle()" [class.line_view]="onGrid"> | ||
| </div> | ||
| <div class="clear"></div> | ||
| </div> | ||
| <div class="clear"></div> | ||
| </div> | ||
| <div class="product_title" *ngIf="data"> | ||
| {{data.shopName}} | ||
| </div> | ||
| <ul [class.grid_view]="onGrid" *ngIf="prodService.product && prodService.product.length > 0"> | ||
| <li *ngFor="let product of prodService.product; let i = index"> | ||
| <div class="product_image"> | ||
| <img [src]="product.image" onerror="this.src='../assets/[email protected]'" (click)="prodDetails(i)"> | ||
| <div [ngClass]="checkFavStatus(product.prodId)" (click)="changeFav(product.prodId)"> | ||
| </div> | ||
| <div class="featured_badge" *ngIf="product.featured">Featured</div> | ||
| </div> | ||
| <h5 class="ellipse" (click)="prodDetails(i)">{{product.prodName}}</h5> | ||
| <p (click)="prodDetails(i)">A$ {{product.price}}<span class="offer" *ngIf="product.discount > 0">-{{product.discount}}%</span></p> | ||
| </li> | ||
| </ul> | ||
| <div class="product_list"> | ||
| <div class="product_taskbar"> | ||
| <div class="filter floatLeft" (click)="istoggle()"></div> | ||
| <div class="viewset floatRight"> | ||
| <div | ||
| class="grid_view grid_act floatRight" | ||
| (click)="gridToggle()" | ||
| [class.line_view]="onGrid" | ||
| ></div> | ||
| <div class="clear"></div> | ||
| </div> | ||
| <div class="clear"></div> | ||
| </div> | ||
| <div class="product_title" *ngIf="data"> | ||
| {{data.shopName}} | ||
| </div> | ||
| <div class="sort_wrappper" *ngIf="isShow" [@slideInOut]> | ||
| <div class="sort_inner"> | ||
| <h4>Sort By</h4> | ||
| <ul> | ||
| <!-- <li> | ||
| <ul | ||
| [class.grid_view]="onGrid" | ||
| *ngIf="prodService.product && prodService.product.length > 0" | ||
| > | ||
| <li *ngFor="let product of prodService.product; let i = index"> | ||
| <div class="product_image"> | ||
| <img | ||
| [src]="product.image" | ||
| onerror="this.src='../assets/[email protected]'" | ||
| (click)="prodDetails(i)" | ||
| /> | ||
| <div | ||
| [ngClass]="checkFavStatus(product.prodId)" | ||
| (click)="changeFav(product.prodId)" | ||
| ></div> | ||
| <div class="featured_badge" *ngIf="product.featured">Featured</div> | ||
| </div> | ||
| <h5 class="ellipse" (click)="prodDetails(i)">{{product.prodName}}</h5> | ||
| <p (click)="prodDetails(i)"> | ||
| A$ {{product.price}}<span class="offer" *ngIf="product.discount > 0" | ||
| >-{{product.discount}}%</span | ||
| > | ||
| </p> | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| <div class="sort_wrappper" *ngIf="isShow" [@slideInOut]> | ||
| <div class="sort_inner"> | ||
| <h4>Sort By</h4> | ||
| <ul> | ||
| <!-- <li> | ||
| <input class="styled-checkbox" id="styled-checkbox-1" type="radio" value="popular" name="sort" (click)="setValue($event.target.value)"> | ||
| <label for="styled-checkbox-1">Popularity</label> | ||
| </li> --> | ||
| <!-- <li> | ||
| <!-- <li> | ||
| <input class="styled-checkbox" id="styled-checkbox-2" type="radio" value="relevance" name="sort" (click)="setValue($event.target.value)"> | ||
| <label for="styled-checkbox-2">Relevence</label> | ||
| </li> --> | ||
| <li> | ||
| <input class="styled-checkbox" id="styled-checkbox-3" type="radio" value="low" name="sort" (click)="setValue($event.target.value)"> | ||
| <label for="styled-checkbox-3">Price Low - High</label> | ||
| </li> | ||
| <li> | ||
| <input class="styled-checkbox" id="styled-checkbox-4" type="radio" value="high" name="sort" (click)="setValue($event.target.value)"> | ||
| <label for="styled-checkbox-4">Price High - Low</label> | ||
| </li> | ||
| <!-- <li> | ||
| <li> | ||
| <input | ||
| class="styled-checkbox" | ||
| id="styled-checkbox-3" | ||
| type="radio" | ||
| value="low" | ||
| name="sort" | ||
| (click)="setValue($event.target.value)" | ||
| /> | ||
| <label for="styled-checkbox-3">Price Low - High</label> | ||
| </li> | ||
| <li> | ||
| <input | ||
| class="styled-checkbox" | ||
| id="styled-checkbox-4" | ||
| type="radio" | ||
| value="high" | ||
| name="sort" | ||
| (click)="setValue($event.target.value)" | ||
| /> | ||
| <label for="styled-checkbox-4">Price High - Low</label> | ||
| </li> | ||
| <!-- <li> | ||
| <input class="styled-checkbox" id="styled-checkbox-5" type="radio" value="rate" name="sort" (click)="setValue($event.target.value)"> | ||
| <label for="styled-checkbox-5">Rating</label> | ||
| </li> --> | ||
| </ul> | ||
| <div class="sort_footer"> | ||
| <button class="cancel floatLeft" (click)="istoggle()">CANCEL</button> | ||
| <button class="submit floatRight" (click)="istoggle(); submit()">SUBMIT</button> | ||
| <div class="clear"></div> | ||
| </div> | ||
| </div> | ||
| </ul> | ||
| <div class="sort_footer"> | ||
| <button class="cancel floatLeft" (click)="istoggle()">CANCEL</button> | ||
| <button class="submit floatRight" (click)="istoggle(); submit()"> | ||
| SUBMIT | ||
| </button> | ||
| <div class="clear"></div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </ion-content> | ||
| <div class="search_item_list" *ngIf="searchShow" [@slideInOut]> | ||
| <ul *ngIf="searchService.searchList"> | ||
| <li *ngFor="let search of searchService.searchList" (click)="viewPage(search)">{{search.text}}</li> | ||
| </ul> | ||
| </div> | ||
| \ No newline at end of file | ||
| <ul *ngIf="searchService.searchList"> | ||
| <li | ||
| *ngFor="let search of searchService.searchList" | ||
| (click)="viewPage(search)" | ||
| > | ||
| {{search.text}} | ||
| </li> | ||
| </ul> | ||
| </div> |
src/app/profile/profile.page.css
0 → 100644
src/app/profile/profile.page.css.map
0 → 100644
src/app/searchmodal/searchmodal.page.css
0 → 100644
src/app/searchmodal/searchmodal.page.css.map
0 → 100644
src/app/signup/signup.page.css
0 → 100644
src/app/signup/signup.page.css.map
0 → 100644
src/app/sortby/sortby.page.css
0 → 100644
src/app/sortby/sortby.page.css.map
0 → 100644
src/app/tab1/tab1.page.css
0 → 100644
src/app/tab1/tab1.page.css.map
0 → 100644
src/app/tab2/tab2.page.css
0 → 100644
src/app/tab2/tab2.page.css.map
0 → 100644
src/app/tab3/tab3.page.css
0 → 100644
src/app/tab3/tab3.page.css.map
0 → 100644
src/app/tabs/tabs.page.css
0 → 100644
src/app/tabs/tabs.page.css.map
0 → 100644
src/app/trackorder/trackorder.page.css
0 → 100644
src/app/trackorder/trackorder.page.css.map
0 → 100644
src/app/verification/verification.page.css
0 → 100644
src/app/wishlist/wishlist.page.css
0 → 100644
src/app/wishlist/wishlist.page.css.map
0 → 100644
| ... | ... | @@ -150,6 +150,7 @@ export class AuthService { |
| }; | ||
| this.loggedUser = userData; | ||
| this.service.set('userData', JSON.stringify(this.loggedUser)); | ||
| this.subjectService.sendUserData(JSON.stringify(this.loggedUser)); | ||
| console.log(this.loggedUser); | ||
| }); | ||
| } | ||
| ... | ... | @@ -281,10 +282,3 @@ export class AuthService { |
| return false; | ||
| } | ||
| } | ||
| /*displayName: "Adarsh Techware" | ||
| email: "[email protected]" | ||
| emailVerified: true | ||
| : "https://lh4.googleusercontent.com/-h0rs2pE-Azw/AAAAAAAAAAI/AAAAAAAAAAA/ACHi3rcjNtapRhKoG09NKifQsv_lQPC_2A/photo.jpg" | ||
| : "vT498Fz6X0Z6l5l5iNn5hxfwz692" | ||
| providerData: [Gl]*/ |
This diff is collapsed.
Click to expand it.
src/theme/variables.css
0 → 100644
src/theme/variables.css.map
0 → 100644
Please
register
or
sign in
to comment