|
@@ -1,15 +1,12 @@
|
1
|
1
|
webpackJsonp([4],{
|
2
|
2
|
|
3
|
|
-/***/ 100:
|
|
3
|
+/***/ 101:
|
4
|
4
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
5
|
5
|
|
6
|
6
|
"use strict";
|
7
|
|
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TabsPage; });
|
|
7
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Tab4Page; });
|
8
|
8
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
9
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__home_home__ = __webpack_require__(157);
|
10
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__wallet_wallet__ = __webpack_require__(101);
|
11
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__transaction_transaction__ = __webpack_require__(102);
|
12
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__tab4_tab4__ = __webpack_require__(99);
|
|
9
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(28);
|
13
|
10
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
14
|
11
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
15
|
12
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -21,36 +18,41 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
21
|
18
|
};
|
22
|
19
|
|
23
|
20
|
|
24
|
|
-
|
25
|
|
-
|
26
|
|
-
|
27
|
|
-var TabsPage = /** @class */ (function () {
|
28
|
|
- function TabsPage() {
|
29
|
|
- this.homePage = __WEBPACK_IMPORTED_MODULE_1__home_home__["a" /* HomePage */];
|
30
|
|
- this.walletPage = __WEBPACK_IMPORTED_MODULE_2__wallet_wallet__["a" /* WalletPage */];
|
31
|
|
- this.transactionPage = __WEBPACK_IMPORTED_MODULE_3__transaction_transaction__["a" /* TransactionPage */];
|
32
|
|
- this.tab4 = __WEBPACK_IMPORTED_MODULE_4__tab4_tab4__["a" /* Tab4Page */];
|
|
21
|
+/**
|
|
22
|
+ * Generated class for the Tab4Page page.
|
|
23
|
+ *
|
|
24
|
+ * See https://ionicframework.com/docs/components/#navigation for more info on
|
|
25
|
+ * Ionic pages and navigation.
|
|
26
|
+ */
|
|
27
|
+var Tab4Page = /** @class */ (function () {
|
|
28
|
+ function Tab4Page(navCtrl, navParams) {
|
|
29
|
+ this.navCtrl = navCtrl;
|
|
30
|
+ this.navParams = navParams;
|
33
|
31
|
}
|
34
|
|
- TabsPage = __decorate([
|
|
32
|
+ Tab4Page.prototype.ionViewDidLoad = function () {
|
|
33
|
+ console.log('ionViewDidLoad Tab4Page');
|
|
34
|
+ };
|
|
35
|
+ Tab4Page = __decorate([
|
35
|
36
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
36
|
|
- selector: 'page-tabs',template:/*ion-inline-start:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/tabs/tabs.html"*/'<ion-tabs>\n <ion-tab [root]="homePage" tabTitle="ZipCoin-BlockChain" tabIcon="link"></ion-tab>\n <ion-tab [root]="walletPage" tabTitle="ZipCoin Wallet" tabIcon="cash"></ion-tab>\n <ion-tab [root]="transactionPage" tabTitle="ZipCoin Transactions" tabIcon="contacts"></ion-tab>\n <ion-tab [root]="tab4" tabTitle="Ziptab" tabIcon="star"></ion-tab>\n\n</ion-tabs>'/*ion-inline-end:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/tabs/tabs.html"*/,
|
|
37
|
+ selector: 'page-tab4',template:/*ion-inline-start:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/tab4/tab4.html"*/'<!--\n Generated template for the Tab4Page page.\n\n See http://ionicframework.com/docs/components/#navigation for more info on\n Ionic pages and navigation.\n-->\n<ion-header>\n\n <ion-navbar>\n <ion-title>tab4</ion-title>\n </ion-navbar>\n\n</ion-header>\n\n\n<ion-content padding>\n\n</ion-content>\n'/*ion-inline-end:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/tab4/tab4.html"*/,
|
37
|
38
|
}),
|
38
|
|
- __metadata("design:paramtypes", [])
|
39
|
|
- ], TabsPage);
|
40
|
|
- return TabsPage;
|
|
39
|
+ __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */], __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["f" /* NavParams */]])
|
|
40
|
+ ], Tab4Page);
|
|
41
|
+ return Tab4Page;
|
41
|
42
|
}());
|
42
|
43
|
|
43
|
|
-//# sourceMappingURL=tabs.js.map
|
|
44
|
+//# sourceMappingURL=tab4.js.map
|
44
|
45
|
|
45
|
46
|
/***/ }),
|
46
|
47
|
|
47
|
|
-/***/ 101:
|
|
48
|
+/***/ 102:
|
48
|
49
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
49
|
50
|
|
50
|
51
|
"use strict";
|
51
|
|
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return WalletPage; });
|
|
52
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TransactionPage; });
|
52
|
53
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
53
|
54
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(28);
|
|
55
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__providers_transaction_service__ = __webpack_require__(50);
|
54
|
56
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
55
|
57
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
56
|
58
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -62,40 +64,95 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
62
|
64
|
};
|
63
|
65
|
|
64
|
66
|
|
|
67
|
+
|
65
|
68
|
/**
|
66
|
|
- * Generated class for the WalletPage page.
|
|
69
|
+ * Generated class for the TransactionPage page.
|
67
|
70
|
*
|
68
|
71
|
* See https://ionicframework.com/docs/components/#navigation for more info on
|
69
|
72
|
* Ionic pages and navigation.
|
70
|
73
|
*/
|
71
|
|
-var WalletPage = /** @class */ (function () {
|
72
|
|
- function WalletPage(navCtrl, navParams) {
|
|
74
|
+var TransactionPage = /** @class */ (function () {
|
|
75
|
+ function TransactionPage(navCtrl, navParams, transactionService) {
|
73
|
76
|
this.navCtrl = navCtrl;
|
74
|
77
|
this.navParams = navParams;
|
|
78
|
+ this.transactionService = transactionService;
|
|
79
|
+ this.getAllTransactions();
|
75
|
80
|
}
|
76
|
|
- WalletPage.prototype.ionViewDidLoad = function () {
|
77
|
|
- console.log('ionViewDidLoad WalletPage');
|
|
81
|
+ TransactionPage.prototype.ionViewDidLoad = function () {
|
|
82
|
+ console.log('ionViewDidLoad TransactionPage');
|
78
|
83
|
};
|
79
|
|
- WalletPage = __decorate([
|
|
84
|
+ TransactionPage.prototype.getAllTransactions = function () {
|
|
85
|
+ var _this = this;
|
|
86
|
+ this.transactionService.getAllTransactions().subscribe(function (transactions) {
|
|
87
|
+ _this.transactions = transactions;
|
|
88
|
+ });
|
|
89
|
+ };
|
|
90
|
+ TransactionPage = __decorate([
|
80
|
91
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
81
|
|
- selector: 'page-wallet',template:/*ion-inline-start:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/wallet/wallet.html"*/'<!--\n Generated template for the WalletPage page.\n\n See http://ionicframework.com/docs/components/#navigation for more info on\n Ionic pages and navigation.\n-->\n<ion-header>\n\n <ion-navbar>\n <ion-title>Wallet</ion-title>\n </ion-navbar>\n\n</ion-header>\n\n\n<ion-content padding>\n\n\n \n <ion-item>\n <ion-label>Name</ion-label>\n <ion-select [(ngModel)]="name">\n <ion-option value="navya">navya</ion-option>\n <ion-option value="aleena">aleena</ion-option>\n </ion-select>\n </ion-item>\n <ion-item>\n <ion-label>current balance</ion-label>\n <ion-input></ion-input>\n </ion-item>\n <ion-item>\n <ion-label>Public Key</ion-label>\n <ion-input></ion-input>\n </ion-item>\n <br>\n <br>\n <div class = "bar bar-subheader bar-assertive">\n <h2 class = "title">Payment</h2>\n </div>\n <ion-item>\n <ion-label>From</ion-label>\n <ion-select [(ngModel)]="name">\n <ion-option value="navya">navya</ion-option>\n <ion-option value="aleena">aleena</ion-option>\n </ion-select>\n </ion-item>\n <ion-item>\n <ion-label>To</ion-label>\n <ion-select [(ngModel)]="to">\n <ion-option value="navya">navya</ion-option>\n <ion-option value="aleena">aleena</ion-option>\n </ion-select>\n </ion-item>\n \n <ion-item>\n <ion-label>Amount</ion-label>\n <ion-input></ion-input>\n </ion-item>\n <br>\n <button ion-button>Pay</button>\n</ion-content>\n'/*ion-inline-end:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/wallet/wallet.html"*/,
|
|
92
|
+ selector: 'page-transaction',template:/*ion-inline-start:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/transaction/transaction.html"*/'<!--\n Generated template for the TransactionPage page.\n\n See http://ionicframework.com/docs/components/#navigation for more info on\n Ionic pages and navigation.\n-->\n<ion-header>\n\n <ion-navbar>\n <ion-title>Transaction</ion-title>\n </ion-navbar>\n\n</ion-header>\n\n\n<ion-content padding>\n\n <ion-list>\n <ion-item-sliding *ngFor="let transaction of transactions">\n <ion-item>\n <ion-card>\n <ion-card-header>\n Transaction #: {{transaction.transactionId}}\n </ion-card-header>\n <ion-card-content>\n <div>Sender: {{ transaction.sender }}</div>\n <div>Recipient: {{ transaction.recipient }}</div>\n <div>Amount: {{ transaction.amount }}</div>\n </ion-card-content>\n </ion-card>\n </ion-item>\n </ion-item-sliding>\n </ion-list>\n\n</ion-content>\n'/*ion-inline-end:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/transaction/transaction.html"*/,
|
82
|
93
|
}),
|
83
|
|
- __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */], __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["f" /* NavParams */]])
|
84
|
|
- ], WalletPage);
|
85
|
|
- return WalletPage;
|
|
94
|
+ __metadata("design:paramtypes", [typeof (_a = typeof __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */] !== "undefined" && __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */]) === "function" && _a || Object, typeof (_b = typeof __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["f" /* NavParams */] !== "undefined" && __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["f" /* NavParams */]) === "function" && _b || Object, typeof (_c = typeof __WEBPACK_IMPORTED_MODULE_2__providers_transaction_service__["a" /* TransactionService */] !== "undefined" && __WEBPACK_IMPORTED_MODULE_2__providers_transaction_service__["a" /* TransactionService */]) === "function" && _c || Object])
|
|
95
|
+ ], TransactionPage);
|
|
96
|
+ return TransactionPage;
|
|
97
|
+ var _a, _b, _c;
|
86
|
98
|
}());
|
87
|
99
|
|
88
|
|
-//# sourceMappingURL=wallet.js.map
|
|
100
|
+//# sourceMappingURL=transaction.js.map
|
89
|
101
|
|
90
|
102
|
/***/ }),
|
91
|
103
|
|
92
|
|
-/***/ 102:
|
|
104
|
+/***/ 103:
|
93
|
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
94
|
106
|
|
95
|
107
|
"use strict";
|
96
|
|
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TransactionPage; });
|
|
108
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TabsPage; });
|
|
109
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
|
110
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__home_home__ = __webpack_require__(159);
|
|
111
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__wallet_wallet__ = __webpack_require__(104);
|
|
112
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__transaction_transaction__ = __webpack_require__(102);
|
|
113
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__tab4_tab4__ = __webpack_require__(101);
|
|
114
|
+var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
115
|
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
116
|
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
117
|
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
118
|
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
119
|
+};
|
|
120
|
+var __metadata = (this && this.__metadata) || function (k, v) {
|
|
121
|
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
122
|
+};
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+var TabsPage = /** @class */ (function () {
|
|
129
|
+ function TabsPage() {
|
|
130
|
+ this.homePage = __WEBPACK_IMPORTED_MODULE_1__home_home__["a" /* HomePage */];
|
|
131
|
+ this.walletPage = __WEBPACK_IMPORTED_MODULE_2__wallet_wallet__["a" /* WalletPage */];
|
|
132
|
+ this.transactionPage = __WEBPACK_IMPORTED_MODULE_3__transaction_transaction__["a" /* TransactionPage */];
|
|
133
|
+ this.tab4 = __WEBPACK_IMPORTED_MODULE_4__tab4_tab4__["a" /* Tab4Page */];
|
|
134
|
+ }
|
|
135
|
+ TabsPage = __decorate([
|
|
136
|
+ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
|
137
|
+ selector: 'page-tabs',template:/*ion-inline-start:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/tabs/tabs.html"*/'<ion-tabs>\n <ion-tab [root]="homePage" tabTitle="ZipCoin-BlockChain" tabIcon="link"></ion-tab>\n <ion-tab [root]="walletPage" tabTitle="ZipCoin Wallet" tabIcon="cash"></ion-tab>\n <ion-tab [root]="transactionPage" tabTitle="ZipCoin Transactions" tabIcon="contacts"></ion-tab>\n <ion-tab [root]="tab4" tabTitle="Ziptab" tabIcon="star"></ion-tab>\n\n</ion-tabs>'/*ion-inline-end:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/tabs/tabs.html"*/,
|
|
138
|
+ }),
|
|
139
|
+ __metadata("design:paramtypes", [])
|
|
140
|
+ ], TabsPage);
|
|
141
|
+ return TabsPage;
|
|
142
|
+}());
|
|
143
|
+
|
|
144
|
+//# sourceMappingURL=tabs.js.map
|
|
145
|
+
|
|
146
|
+/***/ }),
|
|
147
|
+
|
|
148
|
+/***/ 104:
|
|
149
|
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
150
|
+
|
|
151
|
+"use strict";
|
|
152
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return WalletPage; });
|
97
|
153
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
98
|
154
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(28);
|
|
155
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__providers_transaction_service__ = __webpack_require__(50);
|
99
|
156
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
100
|
157
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
101
|
158
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -107,34 +164,39 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
107
|
164
|
};
|
108
|
165
|
|
109
|
166
|
|
|
167
|
+
|
110
|
168
|
/**
|
111
|
|
- * Generated class for the TransactionPage page.
|
|
169
|
+ * Generated class for the WalletPage page.
|
112
|
170
|
*
|
113
|
171
|
* See https://ionicframework.com/docs/components/#navigation for more info on
|
114
|
172
|
* Ionic pages and navigation.
|
115
|
173
|
*/
|
116
|
|
-var TransactionPage = /** @class */ (function () {
|
117
|
|
- function TransactionPage(navCtrl, navParams) {
|
|
174
|
+var WalletPage = /** @class */ (function () {
|
|
175
|
+ function WalletPage(navCtrl, navParams, transactionService) {
|
118
|
176
|
this.navCtrl = navCtrl;
|
119
|
177
|
this.navParams = navParams;
|
|
178
|
+ this.transactionService = transactionService;
|
120
|
179
|
}
|
121
|
|
- TransactionPage.prototype.ionViewDidLoad = function () {
|
122
|
|
- console.log('ionViewDidLoad TransactionPage');
|
|
180
|
+ WalletPage.prototype.ionViewDidLoad = function () {
|
|
181
|
+ console.log('ionViewDidLoad WalletPage');
|
123
|
182
|
};
|
124
|
|
- TransactionPage = __decorate([
|
|
183
|
+ WalletPage.prototype.createTransaction = function () {
|
|
184
|
+ this.transactionService.createTransaction(this.transaction);
|
|
185
|
+ };
|
|
186
|
+ WalletPage = __decorate([
|
125
|
187
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
126
|
|
- selector: 'page-transaction',template:/*ion-inline-start:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/transaction/transaction.html"*/'<!--\n Generated template for the TransactionPage page.\n\n See http://ionicframework.com/docs/components/#navigation for more info on\n Ionic pages and navigation.\n-->\n<ion-header>\n\n <ion-navbar>\n <ion-title>Transaction</ion-title>\n </ion-navbar>\n\n</ion-header>\n\n\n<ion-content padding>\n\n</ion-content>\n'/*ion-inline-end:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/transaction/transaction.html"*/,
|
|
188
|
+ selector: 'page-wallet',template:/*ion-inline-start:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/wallet/wallet.html"*/'<!--\n Generated template for the WalletPage page.\n\n See http://ionicframework.com/docs/components/#navigation for more info on\n Ionic pages and navigation.\n-->\n<ion-header>\n\n <ion-navbar>\n <ion-title>Wallet</ion-title>\n </ion-navbar>\n\n</ion-header>\n\n\n<ion-content padding>\n\n\n \n <ion-item>\n <ion-label>Name</ion-label>\n <ion-select [(ngModel)]="name">\n <ion-option value="navya">navya</ion-option>\n <ion-option value="aleena">aleena</ion-option>\n </ion-select>\n </ion-item>\n <ion-item>\n <ion-label>current balance</ion-label>\n <ion-input></ion-input>\n </ion-item>\n <ion-item>\n <ion-label>Public Key</ion-label>\n <ion-input></ion-input>\n </ion-item>\n <br>\n <br>\n <div class = "bar bar-subheader bar-assertive">\n <h2 class = "title">Payment</h2>\n </div>\n <ion-item>\n <ion-label>From</ion-label>\n <ion-select [(ngModel)]="name">\n <ion-option value="navya">navya</ion-option>\n <ion-option value="aleena">aleena</ion-option>\n </ion-select>\n </ion-item>\n <ion-item>\n <ion-label>To</ion-label>\n <ion-select [(ngModel)]="to">\n <ion-option value="navya">navya</ion-option>\n <ion-option value="aleena">aleena</ion-option>\n </ion-select>\n </ion-item>\n \n <ion-item>\n <ion-label>Amount</ion-label>\n <ion-input></ion-input>\n </ion-item>\n <br>\n <button ion-button>Pay</button>\n</ion-content>\n'/*ion-inline-end:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/wallet/wallet.html"*/,
|
127
|
189
|
}),
|
128
|
|
- __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */], __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["f" /* NavParams */]])
|
129
|
|
- ], TransactionPage);
|
130
|
|
- return TransactionPage;
|
|
190
|
+ __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */], __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["f" /* NavParams */], __WEBPACK_IMPORTED_MODULE_2__providers_transaction_service__["a" /* TransactionService */]])
|
|
191
|
+ ], WalletPage);
|
|
192
|
+ return WalletPage;
|
131
|
193
|
}());
|
132
|
194
|
|
133
|
|
-//# sourceMappingURL=transaction.js.map
|
|
195
|
+//# sourceMappingURL=wallet.js.map
|
134
|
196
|
|
135
|
197
|
/***/ }),
|
136
|
198
|
|
137
|
|
-/***/ 114:
|
|
199
|
+/***/ 116:
|
138
|
200
|
/***/ (function(module, exports) {
|
139
|
201
|
|
140
|
202
|
function webpackEmptyAsyncContext(req) {
|
|
@@ -147,20 +209,20 @@ function webpackEmptyAsyncContext(req) {
|
147
|
209
|
webpackEmptyAsyncContext.keys = function() { return []; };
|
148
|
210
|
webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;
|
149
|
211
|
module.exports = webpackEmptyAsyncContext;
|
150
|
|
-webpackEmptyAsyncContext.id = 114;
|
|
212
|
+webpackEmptyAsyncContext.id = 116;
|
151
|
213
|
|
152
|
214
|
/***/ }),
|
153
|
215
|
|
154
|
|
-/***/ 156:
|
|
216
|
+/***/ 158:
|
155
|
217
|
/***/ (function(module, exports, __webpack_require__) {
|
156
|
218
|
|
157
|
219
|
var map = {
|
158
|
220
|
"../pages/tab4/tab4.module": [
|
159
|
|
- 279,
|
|
221
|
+ 280,
|
160
|
222
|
3
|
161
|
223
|
],
|
162
|
224
|
"../pages/tabs/tabs.module": [
|
163
|
|
- 280,
|
|
225
|
+ 282,
|
164
|
226
|
2
|
165
|
227
|
],
|
166
|
228
|
"../pages/transaction/transaction.module": [
|
|
@@ -168,7 +230,7 @@ var map = {
|
168
|
230
|
1
|
169
|
231
|
],
|
170
|
232
|
"../pages/wallet/wallet.module": [
|
171
|
|
- 282,
|
|
233
|
+ 283,
|
172
|
234
|
0
|
173
|
235
|
]
|
174
|
236
|
};
|
|
@@ -183,19 +245,19 @@ function webpackAsyncContext(req) {
|
183
|
245
|
webpackAsyncContext.keys = function webpackAsyncContextKeys() {
|
184
|
246
|
return Object.keys(map);
|
185
|
247
|
};
|
186
|
|
-webpackAsyncContext.id = 156;
|
|
248
|
+webpackAsyncContext.id = 158;
|
187
|
249
|
module.exports = webpackAsyncContext;
|
188
|
250
|
|
189
|
251
|
/***/ }),
|
190
|
252
|
|
191
|
|
-/***/ 157:
|
|
253
|
+/***/ 159:
|
192
|
254
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
193
|
255
|
|
194
|
256
|
"use strict";
|
195
|
257
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return HomePage; });
|
196
|
258
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
197
|
259
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(28);
|
198
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__providers_block_service__ = __webpack_require__(158);
|
|
260
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__providers_block_service__ = __webpack_require__(160);
|
199
|
261
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
200
|
262
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
201
|
263
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -252,12 +314,12 @@ var HomePage = /** @class */ (function () {
|
252
|
314
|
|
253
|
315
|
/***/ }),
|
254
|
316
|
|
255
|
|
-/***/ 158:
|
|
317
|
+/***/ 160:
|
256
|
318
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
257
|
319
|
|
258
|
320
|
"use strict";
|
259
|
321
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return BlockService; });
|
260
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_common_http__ = __webpack_require__(159);
|
|
322
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_common_http__ = __webpack_require__(78);
|
261
|
323
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_core__ = __webpack_require__(0);
|
262
|
324
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
263
|
325
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -296,13 +358,13 @@ var BlockService = /** @class */ (function () {
|
296
|
358
|
|
297
|
359
|
/***/ }),
|
298
|
360
|
|
299
|
|
-/***/ 203:
|
|
361
|
+/***/ 204:
|
300
|
362
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
301
|
363
|
|
302
|
364
|
"use strict";
|
303
|
365
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
304
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__ = __webpack_require__(204);
|
305
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__app_module__ = __webpack_require__(224);
|
|
366
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__ = __webpack_require__(205);
|
|
367
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__app_module__ = __webpack_require__(225);
|
306
|
368
|
|
307
|
369
|
|
308
|
370
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* platformBrowserDynamic */])().bootstrapModule(__WEBPACK_IMPORTED_MODULE_1__app_module__["a" /* AppModule */]);
|
|
@@ -310,7 +372,7 @@ Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* pl
|
310
|
372
|
|
311
|
373
|
/***/ }),
|
312
|
374
|
|
313
|
|
-/***/ 224:
|
|
375
|
+/***/ 225:
|
314
|
376
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
315
|
377
|
|
316
|
378
|
"use strict";
|
|
@@ -318,16 +380,17 @@ Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* pl
|
318
|
380
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser__ = __webpack_require__(31);
|
319
|
381
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_core__ = __webpack_require__(0);
|
320
|
382
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(28);
|
321
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(199);
|
322
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__ionic_native_status_bar__ = __webpack_require__(202);
|
323
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__app_component__ = __webpack_require__(278);
|
324
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__angular_common_http__ = __webpack_require__(159);
|
325
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__providers_block_service__ = __webpack_require__(158);
|
326
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__pages_home_home__ = __webpack_require__(157);
|
327
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__pages_wallet_wallet__ = __webpack_require__(101);
|
|
383
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(200);
|
|
384
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__ionic_native_status_bar__ = __webpack_require__(203);
|
|
385
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__app_component__ = __webpack_require__(279);
|
|
386
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__angular_common_http__ = __webpack_require__(78);
|
|
387
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__providers_block_service__ = __webpack_require__(160);
|
|
388
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__pages_home_home__ = __webpack_require__(159);
|
|
389
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__pages_wallet_wallet__ = __webpack_require__(104);
|
328
|
390
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__pages_transaction_transaction__ = __webpack_require__(102);
|
329
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__pages_tabs_tabs__ = __webpack_require__(100);
|
330
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__pages_tab4_tab4__ = __webpack_require__(99);
|
|
391
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__pages_tabs_tabs__ = __webpack_require__(103);
|
|
392
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__pages_tab4_tab4__ = __webpack_require__(101);
|
|
393
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__providers_transaction_service__ = __webpack_require__(50);
|
331
|
394
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
332
|
395
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
333
|
396
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -347,6 +410,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
347
|
410
|
|
348
|
411
|
|
349
|
412
|
|
|
413
|
+
|
350
|
414
|
var AppModule = /** @class */ (function () {
|
351
|
415
|
function AppModule() {
|
352
|
416
|
}
|
|
@@ -366,8 +430,8 @@ var AppModule = /** @class */ (function () {
|
366
|
430
|
__WEBPACK_IMPORTED_MODULE_2_ionic_angular__["c" /* IonicModule */].forRoot(__WEBPACK_IMPORTED_MODULE_5__app_component__["a" /* MyApp */], {}, {
|
367
|
431
|
links: [
|
368
|
432
|
{ loadChildren: '../pages/tab4/tab4.module#Tab4PageModule', name: 'Tab4Page', segment: 'tab4', priority: 'low', defaultHistory: [] },
|
369
|
|
- { loadChildren: '../pages/tabs/tabs.module#TabsPageModule', name: 'TabsPage', segment: 'tabs', priority: 'low', defaultHistory: [] },
|
370
|
433
|
{ loadChildren: '../pages/transaction/transaction.module#TransactionPageModule', name: 'TransactionPage', segment: 'transaction', priority: 'low', defaultHistory: [] },
|
|
434
|
+ { loadChildren: '../pages/tabs/tabs.module#TabsPageModule', name: 'TabsPage', segment: 'tabs', priority: 'low', defaultHistory: [] },
|
371
|
435
|
{ loadChildren: '../pages/wallet/wallet.module#WalletPageModule', name: 'WalletPage', segment: 'wallet', priority: 'low', defaultHistory: [] }
|
372
|
436
|
]
|
373
|
437
|
})
|
|
@@ -385,6 +449,7 @@ var AppModule = /** @class */ (function () {
|
385
|
449
|
__WEBPACK_IMPORTED_MODULE_4__ionic_native_status_bar__["a" /* StatusBar */],
|
386
|
450
|
__WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__["a" /* SplashScreen */],
|
387
|
451
|
__WEBPACK_IMPORTED_MODULE_7__providers_block_service__["a" /* BlockService */],
|
|
452
|
+ __WEBPACK_IMPORTED_MODULE_13__providers_transaction_service__["a" /* TransactionService */],
|
388
|
453
|
{ provide: __WEBPACK_IMPORTED_MODULE_1__angular_core__["u" /* ErrorHandler */], useClass: __WEBPACK_IMPORTED_MODULE_2_ionic_angular__["b" /* IonicErrorHandler */] }
|
389
|
454
|
]
|
390
|
455
|
})
|
|
@@ -396,16 +461,16 @@ var AppModule = /** @class */ (function () {
|
396
|
461
|
|
397
|
462
|
/***/ }),
|
398
|
463
|
|
399
|
|
-/***/ 278:
|
|
464
|
+/***/ 279:
|
400
|
465
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
401
|
466
|
|
402
|
467
|
"use strict";
|
403
|
468
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MyApp; });
|
404
|
469
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
405
|
470
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(28);
|
406
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__ = __webpack_require__(202);
|
407
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(199);
|
408
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_tabs_tabs__ = __webpack_require__(100);
|
|
471
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__ = __webpack_require__(203);
|
|
472
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(200);
|
|
473
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_tabs_tabs__ = __webpack_require__(103);
|
409
|
474
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
410
|
475
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
411
|
476
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -442,13 +507,13 @@ var MyApp = /** @class */ (function () {
|
442
|
507
|
|
443
|
508
|
/***/ }),
|
444
|
509
|
|
445
|
|
-/***/ 99:
|
|
510
|
+/***/ 50:
|
446
|
511
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
447
|
512
|
|
448
|
513
|
"use strict";
|
449
|
|
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Tab4Page; });
|
|
514
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TransactionService; });
|
450
|
515
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
451
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(28);
|
|
516
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_common_http__ = __webpack_require__(78);
|
452
|
517
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
453
|
518
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
454
|
519
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -460,32 +525,28 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
460
|
525
|
};
|
461
|
526
|
|
462
|
527
|
|
463
|
|
-/**
|
464
|
|
- * Generated class for the Tab4Page page.
|
465
|
|
- *
|
466
|
|
- * See https://ionicframework.com/docs/components/#navigation for more info on
|
467
|
|
- * Ionic pages and navigation.
|
468
|
|
- */
|
469
|
|
-var Tab4Page = /** @class */ (function () {
|
470
|
|
- function Tab4Page(navCtrl, navParams) {
|
471
|
|
- this.navCtrl = navCtrl;
|
472
|
|
- this.navParams = navParams;
|
|
528
|
+var TransactionService = /** @class */ (function () {
|
|
529
|
+ function TransactionService(http) {
|
|
530
|
+ this.http = http;
|
|
531
|
+ this.API = 'http://localhost:8080/api/v1';
|
|
532
|
+ this.TRANSACTION_API = this.API + '/transactions';
|
473
|
533
|
}
|
474
|
|
- Tab4Page.prototype.ionViewDidLoad = function () {
|
475
|
|
- console.log('ionViewDidLoad Tab4Page');
|
|
534
|
+ TransactionService.prototype.createTransaction = function (transaction) {
|
|
535
|
+ return this.http.post(this.TRANSACTION_API, transaction);
|
476
|
536
|
};
|
477
|
|
- Tab4Page = __decorate([
|
478
|
|
- Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
479
|
|
- selector: 'page-tab4',template:/*ion-inline-start:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/tab4/tab4.html"*/'<!--\n Generated template for the Tab4Page page.\n\n See http://ionicframework.com/docs/components/#navigation for more info on\n Ionic pages and navigation.\n-->\n<ion-header>\n\n <ion-navbar>\n <ion-title>tab4</ion-title>\n </ion-navbar>\n\n</ion-header>\n\n\n<ion-content padding>\n\n</ion-content>\n'/*ion-inline-end:"/Users/shivamp/labs/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/tab4/tab4.html"*/,
|
480
|
|
- }),
|
481
|
|
- __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */], __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["f" /* NavParams */]])
|
482
|
|
- ], Tab4Page);
|
483
|
|
- return Tab4Page;
|
|
537
|
+ TransactionService.prototype.getAllTransactions = function () {
|
|
538
|
+ return this.http.get(this.TRANSACTION_API);
|
|
539
|
+ };
|
|
540
|
+ TransactionService = __decorate([
|
|
541
|
+ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["A" /* Injectable */])(),
|
|
542
|
+ __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1__angular_common_http__["a" /* HttpClient */]])
|
|
543
|
+ ], TransactionService);
|
|
544
|
+ return TransactionService;
|
484
|
545
|
}());
|
485
|
546
|
|
486
|
|
-//# sourceMappingURL=tab4.js.map
|
|
547
|
+//# sourceMappingURL=transaction-service.js.map
|
487
|
548
|
|
488
|
549
|
/***/ })
|
489
|
550
|
|
490
|
|
-},[203]);
|
|
551
|
+},[204]);
|
491
|
552
|
//# sourceMappingURL=main.js.map
|