search-service
Showing
dist/out-tsc/e2e/src/app.e2e-spec.js
0 → 100644
dist/out-tsc/e2e/src/app.e2e-spec.js.map
0 → 100644
dist/out-tsc/e2e/src/app.po.js
0 → 100644
dist/out-tsc/e2e/src/app.po.js.map
0 → 100644
dist/out-tsc/src/app/addcard/addcard.page.js
0 → 100644
dist/out-tsc/src/app/address/address.page.js
0 → 100644
dist/out-tsc/src/app/app-routing.module.js
0 → 100644
dist/out-tsc/src/app/app.component.js
0 → 100644
dist/out-tsc/src/app/app.component.js.map
0 → 100644
dist/out-tsc/src/app/app.component.spec.js
0 → 100644
dist/out-tsc/src/app/app.module.js
0 → 100644
dist/out-tsc/src/app/app.module.js.map
0 → 100644
dist/out-tsc/src/app/cart/cart.module.js
0 → 100644
dist/out-tsc/src/app/cart/cart.module.js.map
0 → 100644
dist/out-tsc/src/app/cart/cart.page.js
0 → 100644
dist/out-tsc/src/app/cart/cart.page.js.map
0 → 100644
dist/out-tsc/src/app/cart/cart.page.spec.js
0 → 100644
dist/out-tsc/src/app/failed/failed.module.js
0 → 100644
dist/out-tsc/src/app/failed/failed.page.js
0 → 100644
import * as tslib_1 from "tslib"; | |||
import { Component } from '@angular/core'; | |||
import { Location } from '@angular/common'; | |||
import { SubjectService } from '../../config/subject.service'; | |||
import { FeedbackService } from '../../config/feedback.service'; | |||
import { ServiceService } from '../../config/service.service'; | |||
let FeedbackPage = class FeedbackPage { | |||
constructor(location, subjectService, feedService, service) { | |||
this.location = location; | |||
this.subjectService = subjectService; | |||
this.feedService = feedService; | |||
this.service = service; | |||
this.submitted = false; | |||
this.feedbackData = { | |||
feedbackId: '', | |||
from: '', | |||
to: '[email protected]', | |||
message: '' | |||
}; | |||
// Gets userdata | |||
this.subjectService.getUserData().subscribe(userData => { | |||
if (userData) { | |||
this.userData = JSON.parse(userData); | |||
console.log(userData); | |||
} | |||
else { | |||
console.log(userData); | |||
} | |||
}); | |||
} | |||
onFeedbackSubmit(form) { | |||
this.submitted = true; | |||
console.log(form.value); | |||
if (form.valid && form.value.message !== '') { | |||
this.feedService.feedbackCreate(form.value); | |||
} | |||
else { | |||
this.submitted = false; | |||
this.service.showToast('Invalid request!', 'top', 'my-error', 1000); | |||
} | |||
} | |||
ngOnInit() { } | |||
goBack() { | |||
this.location.back(); | |||
} | |||
}; | |||
FeedbackPage = tslib_1.__decorate([ | |||
Component({ | |||
selector: 'app-feedback', | |||
templateUrl: './feedback.page.html', | |||
styleUrls: ['./feedback.page.scss'] | |||
}), | |||
tslib_1.__metadata("design:paramtypes", [Location, | |||
SubjectService, | |||
FeedbackService, | |||
ServiceService]) | |||
], FeedbackPage); | |||
export { FeedbackPage }; | |||
//# sourceMappingURL=feedback.page.js.map | |||
\ No newline at end of file |
dist/out-tsc/src/app/forgot/forgot.module.js
0 → 100644
dist/out-tsc/src/app/forgot/forgot.page.js
0 → 100644
dist/out-tsc/src/app/home/home.module.js
0 → 100644
dist/out-tsc/src/app/home/home.module.js.map
0 → 100644
dist/out-tsc/src/app/home/home.page.js
0 → 100644
dist/out-tsc/src/app/home/home.page.js.map
0 → 100644
dist/out-tsc/src/app/home/home.page.spec.js
0 → 100644
dist/out-tsc/src/app/landing/landing.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/login/login.module.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/login/login.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/login/login.page.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/myorder/myorder.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/nearby/nearby.module.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/nearby/nearby.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/profile/profile.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/review/review.module.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/review/review.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/signup/signup.module.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/signup/signup.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/sortby/sortby.module.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/sortby/sortby.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/success/success.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab1/tab1.module.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab1/tab1.module.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab1/tab1.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab1/tab1.page.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab1/tab1.page.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab2/tab2.module.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab2/tab2.module.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab2/tab2.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab2/tab2.page.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab2/tab2.page.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab3/tab3.module.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab3/tab3.module.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab3/tab3.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab3/tab3.page.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tab3/tab3.page.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tabs/tabs.module.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tabs/tabs.module.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tabs/tabs.page.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tabs/tabs.page.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/app/tabs/tabs.page.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/address.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/auth.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/auth.service.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/cart.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/cart.service.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/category.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/center.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/feedback.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/myorder.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/order.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/order.service.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/products.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/search.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/service.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/address.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/cart.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/cart.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/category.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/center.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/feedback.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/myorder.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/order.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/product.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/search.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/shopper.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/slides.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/user.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/user.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/services/wishlist.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/shopper.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/subject.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/update.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/user.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/user.service.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/wish.service.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/config/wish.service.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/environments/environment.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/main.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/polyfills.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/polyfills.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/test.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/test.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/zone-flags.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/out-tsc/src/zone-flags.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment