|
@@ -1,23 +1,96 @@
|
1
|
|
-webpackJsonp([0],{
|
|
1
|
+webpackJsonp([4],{
|
2
|
2
|
|
3
|
|
-/***/ 110:
|
4
|
|
-/***/ (function(module, exports) {
|
|
3
|
+/***/ 100:
|
|
4
|
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5
|
+
|
|
6
|
+"use strict";
|
|
7
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return WalletPage; });
|
|
8
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
|
9
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(28);
|
|
10
|
+var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
11
|
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
12
|
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
13
|
+ 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;
|
|
14
|
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15
|
+};
|
|
16
|
+var __metadata = (this && this.__metadata) || function (k, v) {
|
|
17
|
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
18
|
+};
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+/**
|
|
22
|
+ * Generated class for the WalletPage page.
|
|
23
|
+ *
|
|
24
|
+ * See https://ionicframework.com/docs/components/#navigation for more info on
|
|
25
|
+ * Ionic pages and navigation.
|
|
26
|
+ */
|
|
27
|
+var WalletPage = /** @class */ (function () {
|
|
28
|
+ function WalletPage(navCtrl, navParams) {
|
|
29
|
+ this.navCtrl = navCtrl;
|
|
30
|
+ this.navParams = navParams;
|
|
31
|
+ }
|
|
32
|
+ WalletPage.prototype.ionViewDidLoad = function () {
|
|
33
|
+ console.log('ionViewDidLoad WalletPage');
|
|
34
|
+ };
|
|
35
|
+ WalletPage = __decorate([
|
|
36
|
+ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
|
37
|
+ selector: 'page-wallet',template:/*ion-inline-start:"/Users/khalils/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</ion-content>\n'/*ion-inline-end:"/Users/khalils/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/wallet/wallet.html"*/,
|
|
38
|
+ }),
|
|
39
|
+ __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */], __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["f" /* NavParams */]])
|
|
40
|
+ ], WalletPage);
|
|
41
|
+ return WalletPage;
|
|
42
|
+}());
|
|
43
|
+
|
|
44
|
+//# sourceMappingURL=wallet.js.map
|
|
45
|
+
|
|
46
|
+/***/ }),
|
|
47
|
+
|
|
48
|
+/***/ 101:
|
|
49
|
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
50
|
+
|
|
51
|
+"use strict";
|
|
52
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TransactionPage; });
|
|
53
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
|
54
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(28);
|
|
55
|
+var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
56
|
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
57
|
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
58
|
+ 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;
|
|
59
|
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
60
|
+};
|
|
61
|
+var __metadata = (this && this.__metadata) || function (k, v) {
|
|
62
|
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
63
|
+};
|
5
|
64
|
|
6
|
|
-function webpackEmptyAsyncContext(req) {
|
7
|
|
- // Here Promise.resolve().then() is used instead of new Promise() to prevent
|
8
|
|
- // uncatched exception popping up in devtools
|
9
|
|
- return Promise.resolve().then(function() {
|
10
|
|
- throw new Error("Cannot find module '" + req + "'.");
|
11
|
|
- });
|
12
|
|
-}
|
13
|
|
-webpackEmptyAsyncContext.keys = function() { return []; };
|
14
|
|
-webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;
|
15
|
|
-module.exports = webpackEmptyAsyncContext;
|
16
|
|
-webpackEmptyAsyncContext.id = 110;
|
|
65
|
+
|
|
66
|
+/**
|
|
67
|
+ * Generated class for the TransactionPage page.
|
|
68
|
+ *
|
|
69
|
+ * See https://ionicframework.com/docs/components/#navigation for more info on
|
|
70
|
+ * Ionic pages and navigation.
|
|
71
|
+ */
|
|
72
|
+var TransactionPage = /** @class */ (function () {
|
|
73
|
+ function TransactionPage(navCtrl, navParams) {
|
|
74
|
+ this.navCtrl = navCtrl;
|
|
75
|
+ this.navParams = navParams;
|
|
76
|
+ }
|
|
77
|
+ TransactionPage.prototype.ionViewDidLoad = function () {
|
|
78
|
+ console.log('ionViewDidLoad TransactionPage');
|
|
79
|
+ };
|
|
80
|
+ TransactionPage = __decorate([
|
|
81
|
+ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
|
82
|
+ selector: 'page-transaction',template:/*ion-inline-start:"/Users/khalils/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/khalils/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/transaction/transaction.html"*/,
|
|
83
|
+ }),
|
|
84
|
+ __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */], __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["f" /* NavParams */]])
|
|
85
|
+ ], TransactionPage);
|
|
86
|
+ return TransactionPage;
|
|
87
|
+}());
|
|
88
|
+
|
|
89
|
+//# sourceMappingURL=transaction.js.map
|
17
|
90
|
|
18
|
91
|
/***/ }),
|
19
|
92
|
|
20
|
|
-/***/ 152:
|
|
93
|
+/***/ 113:
|
21
|
94
|
/***/ (function(module, exports) {
|
22
|
95
|
|
23
|
96
|
function webpackEmptyAsyncContext(req) {
|
|
@@ -30,18 +103,55 @@ function webpackEmptyAsyncContext(req) {
|
30
|
103
|
webpackEmptyAsyncContext.keys = function() { return []; };
|
31
|
104
|
webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;
|
32
|
105
|
module.exports = webpackEmptyAsyncContext;
|
33
|
|
-webpackEmptyAsyncContext.id = 152;
|
|
106
|
+webpackEmptyAsyncContext.id = 113;
|
34
|
107
|
|
35
|
108
|
/***/ }),
|
36
|
109
|
|
37
|
|
-/***/ 196:
|
|
110
|
+/***/ 155:
|
|
111
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
112
|
+
|
|
113
|
+var map = {
|
|
114
|
+ "../pages/tab4/tab4.module": [
|
|
115
|
+ 279,
|
|
116
|
+ 3
|
|
117
|
+ ],
|
|
118
|
+ "../pages/tabs/tabs.module": [
|
|
119
|
+ 280,
|
|
120
|
+ 2
|
|
121
|
+ ],
|
|
122
|
+ "../pages/transaction/transaction.module": [
|
|
123
|
+ 281,
|
|
124
|
+ 1
|
|
125
|
+ ],
|
|
126
|
+ "../pages/wallet/wallet.module": [
|
|
127
|
+ 282,
|
|
128
|
+ 0
|
|
129
|
+ ]
|
|
130
|
+};
|
|
131
|
+function webpackAsyncContext(req) {
|
|
132
|
+ var ids = map[req];
|
|
133
|
+ if(!ids)
|
|
134
|
+ return Promise.reject(new Error("Cannot find module '" + req + "'."));
|
|
135
|
+ return __webpack_require__.e(ids[1]).then(function() {
|
|
136
|
+ return __webpack_require__(ids[0]);
|
|
137
|
+ });
|
|
138
|
+};
|
|
139
|
+webpackAsyncContext.keys = function webpackAsyncContextKeys() {
|
|
140
|
+ return Object.keys(map);
|
|
141
|
+};
|
|
142
|
+webpackAsyncContext.id = 155;
|
|
143
|
+module.exports = webpackAsyncContext;
|
|
144
|
+
|
|
145
|
+/***/ }),
|
|
146
|
+
|
|
147
|
+/***/ 156:
|
38
|
148
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
39
|
149
|
|
40
|
150
|
"use strict";
|
41
|
151
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return HomePage; });
|
42
|
152
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
43
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(54);
|
44
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__providers_block_service__ = __webpack_require__(197);
|
|
153
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(28);
|
|
154
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__providers_block_service__ = __webpack_require__(157);
|
45
|
155
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
46
|
156
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
47
|
157
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -78,22 +188,27 @@ var HomePage = /** @class */ (function () {
|
78
|
188
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
79
|
189
|
selector: 'page-home',template:/*ion-inline-start:"/Users/khalils/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/home/home.html"*/'<ion-header>\n <ion-navbar>\n <ion-title>\n ZipCoin BlockChain\n </ion-title>\n </ion-navbar>\n</ion-header>\n\n<ion-content padding>\n \n <div class="well well-success col-xs-7" id="blockchain">\n <div class="list list-inset">\n <label class="item item-input"> Block #:<input type="text" disabled placeholder= "{{ block.blockNumber }}" ></label>\n <label class="item item-input"> Nonce:<input type="text" disabled placeholder= "{{ block.nonce }}" ></label>\n <label class="item item-input"> Data:<input type="text" disabled placeholder= "{{ block.transactionList }}" > </label>\n <label class="item item-input"> Hash:<input type="text" disabled placeholder= "{{ block.currentHash }}" ></label>\n <!-- <label class="item item-input"> HashPrev: <input type="text" disabled placeholder="Hash"></label> -->\n <button ion-button (click)="btnClicked()">Mine</button>\n </div>\n </div> \n\n</ion-content>'/*ion-inline-end:"/Users/khalils/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/home/home.html"*/
|
80
|
190
|
}),
|
81
|
|
- __metadata("design:paramtypes", [typeof (_a = typeof __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["d" /* NavController */] !== "undefined" && __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["d" /* NavController */]) === "function" && _a || Object, typeof (_b = typeof __WEBPACK_IMPORTED_MODULE_2__providers_block_service__["a" /* BlockService */] !== "undefined" && __WEBPACK_IMPORTED_MODULE_2__providers_block_service__["a" /* BlockService */]) === "function" && _b || Object])
|
|
191
|
+ __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */], __WEBPACK_IMPORTED_MODULE_2__providers_block_service__["a" /* BlockService */]])
|
82
|
192
|
], HomePage);
|
83
|
193
|
return HomePage;
|
84
|
|
- var _a, _b;
|
85
|
194
|
}());
|
86
|
195
|
|
|
196
|
+//make payment
|
|
197
|
+//block view
|
|
198
|
+//2 pull down list of username and pay other user "blank zips"
|
|
199
|
+// transaction are order by date
|
|
200
|
+// pay tab how many coins``
|
|
201
|
+// 4 tabs block,pay,
|
87
|
202
|
//# sourceMappingURL=home.js.map
|
88
|
203
|
|
89
|
204
|
/***/ }),
|
90
|
205
|
|
91
|
|
-/***/ 197:
|
|
206
|
+/***/ 157:
|
92
|
207
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
93
|
208
|
|
94
|
209
|
"use strict";
|
95
|
210
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return BlockService; });
|
96
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_common_http__ = __webpack_require__(198);
|
|
211
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_common_http__ = __webpack_require__(158);
|
97
|
212
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_core__ = __webpack_require__(0);
|
98
|
213
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
99
|
214
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -120,23 +235,67 @@ var BlockService = /** @class */ (function () {
|
120
|
235
|
};
|
121
|
236
|
BlockService = __decorate([
|
122
|
237
|
Object(__WEBPACK_IMPORTED_MODULE_1__angular_core__["A" /* Injectable */])(),
|
123
|
|
- __metadata("design:paramtypes", [typeof (_a = typeof __WEBPACK_IMPORTED_MODULE_0__angular_common_http__["a" /* HttpClient */] !== "undefined" && __WEBPACK_IMPORTED_MODULE_0__angular_common_http__["a" /* HttpClient */]) === "function" && _a || Object])
|
|
238
|
+ __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_0__angular_common_http__["a" /* HttpClient */]])
|
124
|
239
|
], BlockService);
|
125
|
240
|
return BlockService;
|
126
|
|
- var _a;
|
127
|
241
|
}());
|
128
|
242
|
|
129
|
243
|
//# sourceMappingURL=block-service.js.map
|
130
|
244
|
|
131
|
245
|
/***/ }),
|
132
|
246
|
|
133
|
|
-/***/ 199:
|
|
247
|
+/***/ 202:
|
|
248
|
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
249
|
+
|
|
250
|
+"use strict";
|
|
251
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Tab4Page; });
|
|
252
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
|
253
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(28);
|
|
254
|
+var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
255
|
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
256
|
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
257
|
+ 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;
|
|
258
|
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
259
|
+};
|
|
260
|
+var __metadata = (this && this.__metadata) || function (k, v) {
|
|
261
|
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
262
|
+};
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+/**
|
|
266
|
+ * Generated class for the Tab4Page page.
|
|
267
|
+ *
|
|
268
|
+ * See https://ionicframework.com/docs/components/#navigation for more info on
|
|
269
|
+ * Ionic pages and navigation.
|
|
270
|
+ */
|
|
271
|
+var Tab4Page = /** @class */ (function () {
|
|
272
|
+ function Tab4Page(navCtrl, navParams) {
|
|
273
|
+ this.navCtrl = navCtrl;
|
|
274
|
+ this.navParams = navParams;
|
|
275
|
+ }
|
|
276
|
+ Tab4Page.prototype.ionViewDidLoad = function () {
|
|
277
|
+ console.log('ionViewDidLoad Tab4Page');
|
|
278
|
+ };
|
|
279
|
+ Tab4Page = __decorate([
|
|
280
|
+ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
|
281
|
+ selector: 'page-tab4',template:/*ion-inline-start:"/Users/khalils/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/khalils/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/tab4/tab4.html"*/,
|
|
282
|
+ }),
|
|
283
|
+ __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */], __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["f" /* NavParams */]])
|
|
284
|
+ ], Tab4Page);
|
|
285
|
+ return Tab4Page;
|
|
286
|
+}());
|
|
287
|
+
|
|
288
|
+//# sourceMappingURL=tab4.js.map
|
|
289
|
+
|
|
290
|
+/***/ }),
|
|
291
|
+
|
|
292
|
+/***/ 203:
|
134
|
293
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
135
|
294
|
|
136
|
295
|
"use strict";
|
137
|
296
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
138
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__ = __webpack_require__(200);
|
139
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__app_module__ = __webpack_require__(220);
|
|
297
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__ = __webpack_require__(204);
|
|
298
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__app_module__ = __webpack_require__(224);
|
140
|
299
|
|
141
|
300
|
|
142
|
301
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* platformBrowserDynamic */])().bootstrapModule(__WEBPACK_IMPORTED_MODULE_1__app_module__["a" /* AppModule */]);
|
|
@@ -144,20 +303,24 @@ Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* pl
|
144
|
303
|
|
145
|
304
|
/***/ }),
|
146
|
305
|
|
147
|
|
-/***/ 220:
|
|
306
|
+/***/ 224:
|
148
|
307
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
149
|
308
|
|
150
|
309
|
"use strict";
|
151
|
310
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return AppModule; });
|
152
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser__ = __webpack_require__(30);
|
|
311
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser__ = __webpack_require__(31);
|
153
|
312
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_core__ = __webpack_require__(0);
|
154
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(54);
|
155
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(192);
|
156
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__ionic_native_status_bar__ = __webpack_require__(195);
|
157
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__app_component__ = __webpack_require__(269);
|
158
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__pages_home_home__ = __webpack_require__(196);
|
159
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__angular_common_http__ = __webpack_require__(198);
|
160
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__providers_block_service__ = __webpack_require__(197);
|
|
313
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(28);
|
|
314
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(198);
|
|
315
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__ionic_native_status_bar__ = __webpack_require__(201);
|
|
316
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__app_component__ = __webpack_require__(278);
|
|
317
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__pages_home_home__ = __webpack_require__(156);
|
|
318
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__angular_common_http__ = __webpack_require__(158);
|
|
319
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__providers_block_service__ = __webpack_require__(157);
|
|
320
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__pages_wallet_wallet__ = __webpack_require__(100);
|
|
321
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__pages_transaction_transaction__ = __webpack_require__(101);
|
|
322
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__pages_tabs_tabs__ = __webpack_require__(99);
|
|
323
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__pages_tab4_tab4__ = __webpack_require__(202);
|
161
|
324
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
162
|
325
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
163
|
326
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -173,6 +336,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
173
|
336
|
|
174
|
337
|
|
175
|
338
|
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
176
|
343
|
var AppModule = /** @class */ (function () {
|
177
|
344
|
function AppModule() {
|
178
|
345
|
}
|
|
@@ -180,19 +347,32 @@ var AppModule = /** @class */ (function () {
|
180
|
347
|
Object(__WEBPACK_IMPORTED_MODULE_1__angular_core__["I" /* NgModule */])({
|
181
|
348
|
declarations: [
|
182
|
349
|
__WEBPACK_IMPORTED_MODULE_5__app_component__["a" /* MyApp */],
|
183
|
|
- __WEBPACK_IMPORTED_MODULE_6__pages_home_home__["a" /* HomePage */]
|
|
350
|
+ __WEBPACK_IMPORTED_MODULE_6__pages_home_home__["a" /* HomePage */],
|
|
351
|
+ __WEBPACK_IMPORTED_MODULE_9__pages_wallet_wallet__["a" /* WalletPage */],
|
|
352
|
+ __WEBPACK_IMPORTED_MODULE_10__pages_transaction_transaction__["a" /* TransactionPage */],
|
|
353
|
+ __WEBPACK_IMPORTED_MODULE_12__pages_tab4_tab4__["a" /* Tab4Page */],
|
|
354
|
+ __WEBPACK_IMPORTED_MODULE_11__pages_tabs_tabs__["a" /* TabsPage */]
|
184
|
355
|
],
|
185
|
356
|
imports: [
|
186
|
357
|
__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser__["a" /* BrowserModule */],
|
187
|
358
|
__WEBPACK_IMPORTED_MODULE_7__angular_common_http__["b" /* HttpClientModule */],
|
188
|
359
|
__WEBPACK_IMPORTED_MODULE_2_ionic_angular__["c" /* IonicModule */].forRoot(__WEBPACK_IMPORTED_MODULE_5__app_component__["a" /* MyApp */], {}, {
|
189
|
|
- links: []
|
|
360
|
+ links: [
|
|
361
|
+ { loadChildren: '../pages/tab4/tab4.module#Tab4PageModule', name: 'Tab4Page', segment: 'tab4', priority: 'low', defaultHistory: [] },
|
|
362
|
+ { loadChildren: '../pages/tabs/tabs.module#TabsPageModule', name: 'TabsPage', segment: 'tabs', priority: 'low', defaultHistory: [] },
|
|
363
|
+ { loadChildren: '../pages/transaction/transaction.module#TransactionPageModule', name: 'TransactionPage', segment: 'transaction', priority: 'low', defaultHistory: [] },
|
|
364
|
+ { loadChildren: '../pages/wallet/wallet.module#WalletPageModule', name: 'WalletPage', segment: 'wallet', priority: 'low', defaultHistory: [] }
|
|
365
|
+ ]
|
190
|
366
|
})
|
191
|
367
|
],
|
192
|
368
|
bootstrap: [__WEBPACK_IMPORTED_MODULE_2_ionic_angular__["a" /* IonicApp */]],
|
193
|
369
|
entryComponents: [
|
194
|
370
|
__WEBPACK_IMPORTED_MODULE_5__app_component__["a" /* MyApp */],
|
195
|
|
- __WEBPACK_IMPORTED_MODULE_6__pages_home_home__["a" /* HomePage */]
|
|
371
|
+ __WEBPACK_IMPORTED_MODULE_6__pages_home_home__["a" /* HomePage */],
|
|
372
|
+ __WEBPACK_IMPORTED_MODULE_9__pages_wallet_wallet__["a" /* WalletPage */],
|
|
373
|
+ __WEBPACK_IMPORTED_MODULE_10__pages_transaction_transaction__["a" /* TransactionPage */],
|
|
374
|
+ __WEBPACK_IMPORTED_MODULE_12__pages_tab4_tab4__["a" /* Tab4Page */],
|
|
375
|
+ __WEBPACK_IMPORTED_MODULE_11__pages_tabs_tabs__["a" /* TabsPage */]
|
196
|
376
|
],
|
197
|
377
|
providers: [
|
198
|
378
|
__WEBPACK_IMPORTED_MODULE_4__ionic_native_status_bar__["a" /* StatusBar */],
|
|
@@ -209,16 +389,16 @@ var AppModule = /** @class */ (function () {
|
209
|
389
|
|
210
|
390
|
/***/ }),
|
211
|
391
|
|
212
|
|
-/***/ 269:
|
|
392
|
+/***/ 278:
|
213
|
393
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
214
|
394
|
|
215
|
395
|
"use strict";
|
216
|
396
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MyApp; });
|
217
|
397
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
218
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(54);
|
219
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__ = __webpack_require__(195);
|
220
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(192);
|
221
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_home_home__ = __webpack_require__(196);
|
|
398
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(28);
|
|
399
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__ = __webpack_require__(201);
|
|
400
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(198);
|
|
401
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_tabs_tabs__ = __webpack_require__(99);
|
222
|
402
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
223
|
403
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
224
|
404
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -235,7 +415,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
235
|
415
|
|
236
|
416
|
var MyApp = /** @class */ (function () {
|
237
|
417
|
function MyApp(platform, statusBar, splashScreen) {
|
238
|
|
- this.rootPage = __WEBPACK_IMPORTED_MODULE_4__pages_home_home__["a" /* HomePage */];
|
|
418
|
+ this.rootPage = __WEBPACK_IMPORTED_MODULE_4__pages_tabs_tabs__["a" /* TabsPage */];
|
239
|
419
|
platform.ready().then(function () {
|
240
|
420
|
// Okay, so the platform is ready and our plugins are available.
|
241
|
421
|
// Here you can do any higher level native things you might need.
|
|
@@ -246,14 +426,58 @@ var MyApp = /** @class */ (function () {
|
246
|
426
|
MyApp = __decorate([
|
247
|
427
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({template:/*ion-inline-start:"/Users/khalils/ZipCoin-RED/ZipCoinRedIonicClient/src/app/app.html"*/'<ion-nav [root]="rootPage"></ion-nav>\n'/*ion-inline-end:"/Users/khalils/ZipCoin-RED/ZipCoinRedIonicClient/src/app/app.html"*/
|
248
|
428
|
}),
|
249
|
|
- __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* Platform */], __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__["a" /* StatusBar */], __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__["a" /* SplashScreen */]])
|
|
429
|
+ __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["g" /* Platform */], __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__["a" /* StatusBar */], __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__["a" /* SplashScreen */]])
|
250
|
430
|
], MyApp);
|
251
|
431
|
return MyApp;
|
252
|
432
|
}());
|
253
|
433
|
|
254
|
434
|
//# sourceMappingURL=app.component.js.map
|
255
|
435
|
|
|
436
|
+/***/ }),
|
|
437
|
+
|
|
438
|
+/***/ 99:
|
|
439
|
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
440
|
+
|
|
441
|
+"use strict";
|
|
442
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TabsPage; });
|
|
443
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
|
444
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__home_home__ = __webpack_require__(156);
|
|
445
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__wallet_wallet__ = __webpack_require__(100);
|
|
446
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__transaction_transaction__ = __webpack_require__(101);
|
|
447
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__tab4_tab4__ = __webpack_require__(202);
|
|
448
|
+var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
449
|
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
450
|
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
451
|
+ 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;
|
|
452
|
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
453
|
+};
|
|
454
|
+var __metadata = (this && this.__metadata) || function (k, v) {
|
|
455
|
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
456
|
+};
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+var TabsPage = /** @class */ (function () {
|
|
463
|
+ function TabsPage() {
|
|
464
|
+ this.homePage = __WEBPACK_IMPORTED_MODULE_1__home_home__["a" /* HomePage */];
|
|
465
|
+ this.walletPage = __WEBPACK_IMPORTED_MODULE_2__wallet_wallet__["a" /* WalletPage */];
|
|
466
|
+ this.transactionPage = __WEBPACK_IMPORTED_MODULE_3__transaction_transaction__["a" /* TransactionPage */];
|
|
467
|
+ this.tab4 = __WEBPACK_IMPORTED_MODULE_4__tab4_tab4__["a" /* Tab4Page */];
|
|
468
|
+ }
|
|
469
|
+ TabsPage = __decorate([
|
|
470
|
+ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
|
471
|
+ selector: 'page-tabs',template:/*ion-inline-start:"/Users/khalils/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/khalils/ZipCoin-RED/ZipCoinRedIonicClient/src/pages/tabs/tabs.html"*/,
|
|
472
|
+ }),
|
|
473
|
+ __metadata("design:paramtypes", [])
|
|
474
|
+ ], TabsPage);
|
|
475
|
+ return TabsPage;
|
|
476
|
+}());
|
|
477
|
+
|
|
478
|
+//# sourceMappingURL=tabs.js.map
|
|
479
|
+
|
256
|
480
|
/***/ })
|
257
|
481
|
|
258
|
|
-},[199]);
|
|
482
|
+},[203]);
|
259
|
483
|
//# sourceMappingURL=main.js.map
|