|
@@ -1,6 +1,6 @@
|
1
|
1
|
webpackJsonp([0],{
|
2
|
2
|
|
3
|
|
-/***/ 111:
|
|
3
|
+/***/ 108:
|
4
|
4
|
/***/ (function(module, exports) {
|
5
|
5
|
|
6
|
6
|
function webpackEmptyAsyncContext(req) {
|
|
@@ -13,11 +13,11 @@ function webpackEmptyAsyncContext(req) {
|
13
|
13
|
webpackEmptyAsyncContext.keys = function() { return []; };
|
14
|
14
|
webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;
|
15
|
15
|
module.exports = webpackEmptyAsyncContext;
|
16
|
|
-webpackEmptyAsyncContext.id = 111;
|
|
16
|
+webpackEmptyAsyncContext.id = 108;
|
17
|
17
|
|
18
|
18
|
/***/ }),
|
19
|
19
|
|
20
|
|
-/***/ 152:
|
|
20
|
+/***/ 149:
|
21
|
21
|
/***/ (function(module, exports) {
|
22
|
22
|
|
23
|
23
|
function webpackEmptyAsyncContext(req) {
|
|
@@ -30,19 +30,19 @@ function webpackEmptyAsyncContext(req) {
|
30
|
30
|
webpackEmptyAsyncContext.keys = function() { return []; };
|
31
|
31
|
webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;
|
32
|
32
|
module.exports = webpackEmptyAsyncContext;
|
33
|
|
-webpackEmptyAsyncContext.id = 152;
|
|
33
|
+webpackEmptyAsyncContext.id = 149;
|
34
|
34
|
|
35
|
35
|
/***/ }),
|
36
|
36
|
|
37
|
|
-/***/ 196:
|
|
37
|
+/***/ 193:
|
38
|
38
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
39
|
39
|
|
40
|
40
|
"use strict";
|
41
|
41
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TabsPage; });
|
42
|
42
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
43
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__about_about__ = __webpack_require__(197);
|
44
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__contact_contact__ = __webpack_require__(198);
|
45
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__home_home__ = __webpack_require__(199);
|
|
43
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__about_about__ = __webpack_require__(194);
|
|
44
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__contact_contact__ = __webpack_require__(195);
|
|
45
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__home_home__ = __webpack_require__(196);
|
46
|
46
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
47
|
47
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
48
|
48
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -63,7 +63,7 @@ var TabsPage = /** @class */ (function () {
|
63
|
63
|
this.tab3Root = __WEBPACK_IMPORTED_MODULE_2__contact_contact__["a" /* ContactPage */];
|
64
|
64
|
}
|
65
|
65
|
TabsPage = __decorate([
|
66
|
|
- Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({template:/*ion-inline-start:"/Users/tennesseeg/blueCoin/ZipCoinUI/src/pages/tabs/tabs.html"*/'<ion-tabs>\n <ion-tab [root]="tab1Root" tabTitle="Blockchain" tabIcon="cube"></ion-tab>\n <ion-tab [root]="tab2Root" tabTitle="Wallet" tabIcon="logo-usd"></ion-tab>\n <ion-tab [root]="tab3Root" tabTitle="Transactions" tabIcon="list-box"></ion-tab>\n</ion-tabs>\n'/*ion-inline-end:"/Users/tennesseeg/blueCoin/ZipCoinUI/src/pages/tabs/tabs.html"*/
|
|
66
|
+ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({template:/*ion-inline-start:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/tabs/tabs.html"*/'<ion-tabs>\n <ion-tab [root]="tab1Root" tabTitle="Blockchain" tabIcon="cube"></ion-tab>\n <ion-tab [root]="tab2Root" tabTitle="Wallet" tabIcon="logo-usd"></ion-tab>\n <ion-tab [root]="tab3Root" tabTitle="Transactions" tabIcon="list-box"></ion-tab>\n</ion-tabs>\n'/*ion-inline-end:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/tabs/tabs.html"*/
|
67
|
67
|
}),
|
68
|
68
|
__metadata("design:paramtypes", [])
|
69
|
69
|
], TabsPage);
|
|
@@ -74,13 +74,13 @@ var TabsPage = /** @class */ (function () {
|
74
|
74
|
|
75
|
75
|
/***/ }),
|
76
|
76
|
|
77
|
|
-/***/ 197:
|
|
77
|
+/***/ 194:
|
78
|
78
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
79
|
79
|
|
80
|
80
|
"use strict";
|
81
|
81
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return AboutPage; });
|
82
|
82
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
83
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(34);
|
|
83
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(33);
|
84
|
84
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
85
|
85
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
86
|
86
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -98,7 +98,7 @@ var AboutPage = /** @class */ (function () {
|
98
|
98
|
}
|
99
|
99
|
AboutPage = __decorate([
|
100
|
100
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
101
|
|
- selector: 'page-about',template:/*ion-inline-start:"/Users/tennesseeg/blueCoin/ZipCoinUI/src/pages/about/about.html"*/'<<ion-header>\n <ion-navbar>\n <ion-title>BlueCoin</ion-title>\n </ion-navbar>\n </ion-header>\n \n <ion-content padding>\n <h2>Wallet</h2>\n <ion-item>\n <ion-label color="primary" stacked>Public ID</ion-label>\n <ion-input type="number" placeholder="public ID"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Private ID</ion-label>\n <ion-input type="number" placeholder="private ID"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Amount</ion-label>\n <ion-input type="number" placeholder="Data"></ion-input>\n </ion-item>\n <button ion-button block>Send BlueCoin</button>\n '/*ion-inline-end:"/Users/tennesseeg/blueCoin/ZipCoinUI/src/pages/about/about.html"*/
|
|
101
|
+ selector: 'page-about',template:/*ion-inline-start:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/about/about.html"*/'<<ion-header>\n <ion-navbar>\n <ion-title>BlueCoin</ion-title>\n </ion-navbar>\n </ion-header>\n \n <ion-content padding>\n <h2>Wallet</h2>\n <ion-item>\n <ion-label color="primary" stacked>Public ID</ion-label>\n <ion-input type="number" placeholder="public ID"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Private ID</ion-label>\n <ion-input type="number" placeholder="private ID"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Amount</ion-label>\n <ion-input type="number" placeholder="Data"></ion-input>\n </ion-item>\n <button ion-button block>Send BlueCoin</button>\n '/*ion-inline-end:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/about/about.html"*/
|
102
|
102
|
}),
|
103
|
103
|
__metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["d" /* NavController */]])
|
104
|
104
|
], AboutPage);
|
|
@@ -109,13 +109,13 @@ var AboutPage = /** @class */ (function () {
|
109
|
109
|
|
110
|
110
|
/***/ }),
|
111
|
111
|
|
112
|
|
-/***/ 198:
|
|
112
|
+/***/ 195:
|
113
|
113
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
114
|
114
|
|
115
|
115
|
"use strict";
|
116
|
116
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ContactPage; });
|
117
|
117
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
118
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(34);
|
|
118
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(33);
|
119
|
119
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
120
|
120
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
121
|
121
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -133,7 +133,7 @@ var ContactPage = /** @class */ (function () {
|
133
|
133
|
}
|
134
|
134
|
ContactPage = __decorate([
|
135
|
135
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
136
|
|
- selector: 'page-contact',template:/*ion-inline-start:"/Users/tennesseeg/blueCoin/ZipCoinUI/src/pages/contact/contact.html"*/'<ion-header>\n <ion-navbar>\n <ion-title>\n Transactions\n </ion-title>\n </ion-navbar>\n</ion-header>\n\n<ion-content padding>\n <ion-grid>\n <ion-row>\n <ion-col col-5>Transaction Ledger\n <ion-input type="Date" placeholder="Date"></ion-input>\n <p><ion-input type="Time" placeholder="Time"></ion-input></p>\n <p><ion-input type="Public ID" placeholder="Sender"></ion-input></p>\n <p><ion-input type="Amount" placeholder="Amount"></ion-input></p>\n <p><ion-input type="Public ID" placeholder="Recipient"></ion-input></p>\n </ion-col>\n </ion-row>\n \n </ion-grid>\n '/*ion-inline-end:"/Users/tennesseeg/blueCoin/ZipCoinUI/src/pages/contact/contact.html"*/
|
|
136
|
+ selector: 'page-contact',template:/*ion-inline-start:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/contact/contact.html"*/'<ion-header>\n <ion-navbar>\n <ion-title>\n Transactions\n </ion-title>\n </ion-navbar>\n</ion-header>\n\n<ion-content padding>\n <ion-grid>\n <ion-row>\n <ion-col col-5>Transaction Ledger\n <ion-input type="Date" placeholder="Date"></ion-input>\n <p><ion-input type="Time" placeholder="Time"></ion-input></p>\n <p><ion-input type="Public ID" placeholder="Sender"></ion-input></p>\n <p><ion-input type="Amount" placeholder="Amount"></ion-input></p>\n <p><ion-input type="Public ID" placeholder="Recipient"></ion-input></p>\n </ion-col>\n </ion-row>\n \n </ion-grid>\n '/*ion-inline-end:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/contact/contact.html"*/
|
137
|
137
|
}),
|
138
|
138
|
__metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["d" /* NavController */]])
|
139
|
139
|
], ContactPage);
|
|
@@ -144,13 +144,13 @@ var ContactPage = /** @class */ (function () {
|
144
|
144
|
|
145
|
145
|
/***/ }),
|
146
|
146
|
|
147
|
|
-/***/ 199:
|
|
147
|
+/***/ 196:
|
148
|
148
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
149
|
149
|
|
150
|
150
|
"use strict";
|
151
|
151
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return HomePage; });
|
152
|
152
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
153
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(34);
|
|
153
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(33);
|
154
|
154
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
155
|
155
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
156
|
156
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -160,22 +160,19 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
160
|
160
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
161
|
161
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
162
|
162
|
};
|
163
|
|
-// import { WalletData } from './../../providers/wallet-data/wallet-data';
|
164
|
163
|
|
165
|
164
|
|
166
|
165
|
var HomePage = /** @class */ (function () {
|
167
|
|
- function HomePage(navCtrl, walletService) {
|
|
166
|
+ function HomePage(navCtrl) {
|
168
|
167
|
this.navCtrl = navCtrl;
|
169
|
|
- this.walletService = walletService;
|
170
|
168
|
}
|
171
|
169
|
HomePage.prototype.ionViewDidLoad = function () {
|
172
|
|
- this.walletService.getWalletData();
|
173
|
170
|
};
|
174
|
171
|
HomePage = __decorate([
|
175
|
172
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
176
|
|
- selector: 'page-home',template:/*ion-inline-start:"/Users/tennesseeg/blueCoin/ZipCoinUI/src/pages/home/home.html"*/'<ion-header>\n <ion-navbar>\n <ion-title>BlueCoin</ion-title>\n </ion-navbar>\n</ion-header>\n\n<ion-content padding>\n <h2>Blockchain</h2>\n <div>\n <ion-item>\n <ion-label color="primary" stacked>Blockchain</ion-label>\n <ion-input type="number" placeholder="Block"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Nonce</ion-label>\n <ion-input type="number" placeholder="Nonce"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Transaction Data</ion-label>\n <p></p>\n <ion-input type="number" placeholder="Data"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Hash</ion-label>\n <ion-input type="number" disabled placeholder="Hash"></ion-input>\n </ion-item>\n <button ion-button block>Mine</button></div>\n <!-- <div id="block1chain1well" class="well well-success">\n <form class="form-horizontal">\n <div class="form-group">\n <label for="block1chain1number" class="col-sm-2 control-label">Block:</label>\n <div class="col-sm-10">\n <div class="input-group">\n <span class="input-group-addon">#</span>\n <input id="block1chain1number" type="text" value="1" onkeyup="updateHash(1, 1);" class="form-control"></div>\n </div></div><div class="form-group">\n <label for="block1chain1nonce" class="col-sm-2 control-label">Nonce:</label>\n <div class="col-sm-10"><input id="block1chain1nonce" type="text" value="72608" onkeyup="updateHash(1, 1);" class="form-control"></div>\n </div><div class="form-group"><label for="block1chain1data" class="col-sm-2 control-label">Data:</label>\n <div class="col-sm-10">\n <textarea id="block1chain1data" rows="10" onkeyup="updateHash(1, 1);" class="form-control">\n\n </textarea></div></div><div id="state" class="form-group">\n <label for="block1chain1hash" class="col-sm-2 control-label">Hash:</label><div class="col-sm-10">\n <input id="block1chain1hash" type="text" disabled="" class="form-control">\n </div></div><div class="form-group"><div class="col-sm-2">\n <i class="icon-spinner icon-spin icon-large">\n\n </i></div><div class="col-sm-10">\n <button id="block1chain1mineButton" data-style="expand-right" class="btn btn-primary ladda-button">\n <span class="ladda-label">Mine</span></button></div></div></form></div> -->'/*ion-inline-end:"/Users/tennesseeg/blueCoin/ZipCoinUI/src/pages/home/home.html"*/
|
|
173
|
+ selector: 'page-home',template:/*ion-inline-start:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/home/home.html"*/'<ion-header>\n <ion-navbar>\n <ion-title>BlueCoin</ion-title>\n </ion-navbar>\n</ion-header>\n\n<ion-content padding>\n <h2>Blockchain</h2>\n <div>\n <ion-item>\n <ion-label color="primary" stacked>Blockchain</ion-label>\n <ion-input type="number" placeholder="Block"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Nonce</ion-label>\n <ion-input type="number" placeholder="Nonce"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Transaction Data</ion-label>\n <p></p>\n <ion-input type="number" placeholder="Data"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Hash</ion-label>\n <ion-input type="number" disabled placeholder="Hash"></ion-input>\n </ion-item>\n <button ion-button block>Mine</button></div>\n <!-- <div id="block1chain1well" class="well well-success">\n <form class="form-horizontal">\n <div class="form-group">\n <label for="block1chain1number" class="col-sm-2 control-label">Block:</label>\n <div class="col-sm-10">\n <div class="input-group">\n <span class="input-group-addon">#</span>\n <input id="block1chain1number" type="text" value="1" onkeyup="updateHash(1, 1);" class="form-control"></div>\n </div></div><div class="form-group">\n <label for="block1chain1nonce" class="col-sm-2 control-label">Nonce:</label>\n <div class="col-sm-10"><input id="block1chain1nonce" type="text" value="72608" onkeyup="updateHash(1, 1);" class="form-control"></div>\n </div><div class="form-group"><label for="block1chain1data" class="col-sm-2 control-label">Data:</label>\n <div class="col-sm-10">\n <textarea id="block1chain1data" rows="10" onkeyup="updateHash(1, 1);" class="form-control">\n\n </textarea></div></div><div id="state" class="form-group">\n <label for="block1chain1hash" class="col-sm-2 control-label">Hash:</label><div class="col-sm-10">\n <input id="block1chain1hash" type="text" disabled="" class="form-control">\n </div></div><div class="form-group"><div class="col-sm-2">\n <i class="icon-spinner icon-spin icon-large">\n\n </i></div><div class="col-sm-10">\n <button id="block1chain1mineButton" data-style="expand-right" class="btn btn-primary ladda-button">\n <span class="ladda-label">Mine</span></button></div></div></form></div> -->'/*ion-inline-end:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/home/home.html"*/
|
177
|
174
|
}),
|
178
|
|
- __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, Object])
|
|
175
|
+ __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])
|
179
|
176
|
], HomePage);
|
180
|
177
|
return HomePage;
|
181
|
178
|
var _a;
|
|
@@ -185,40 +182,13 @@ var HomePage = /** @class */ (function () {
|
185
|
182
|
|
186
|
183
|
/***/ }),
|
187
|
184
|
|
188
|
|
-/***/ 200:
|
189
|
|
-/***/ (function(module, __webpack_exports__) {
|
190
|
|
-
|
191
|
|
-"use strict";
|
192
|
|
-// import { HttpClient } from '@angular/common/http';
|
193
|
|
-// import { Injectable } from '@angular/core';
|
194
|
|
-// import 'rxjs/add/operator/map'
|
195
|
|
-// /*
|
196
|
|
-// Generated class for the WalletDataProvider provider.
|
197
|
|
-// See https://angular.io/guide/dependency-injection for more info on providers
|
198
|
|
-// and Angular DI.
|
199
|
|
-// */
|
200
|
|
-// @Injectable()
|
201
|
|
-// export class WalletData {
|
202
|
|
-// constructor(public http: HttpClient) {
|
203
|
|
-// console.log('Hello WalletDataProvider Provider');
|
204
|
|
-// }
|
205
|
|
-// getWalletData(){
|
206
|
|
-// this.http.get('http://localhost:8080/wallet/tennessee').subscribe(data => {
|
207
|
|
-// console.log(data);
|
208
|
|
-// })
|
209
|
|
-// }
|
210
|
|
-// }
|
211
|
|
-//# sourceMappingURL=wallet-data.js.map
|
212
|
|
-
|
213
|
|
-/***/ }),
|
214
|
|
-
|
215
|
|
-/***/ 201:
|
|
185
|
+/***/ 197:
|
216
|
186
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
217
|
187
|
|
218
|
188
|
"use strict";
|
219
|
189
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
220
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__ = __webpack_require__(202);
|
221
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__app_module__ = __webpack_require__(222);
|
|
190
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__ = __webpack_require__(198);
|
|
191
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__app_module__ = __webpack_require__(220);
|
222
|
192
|
|
223
|
193
|
|
224
|
194
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* platformBrowserDynamic */])().bootstrapModule(__WEBPACK_IMPORTED_MODULE_1__app_module__["a" /* AppModule */]);
|
|
@@ -226,23 +196,21 @@ Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* pl
|
226
|
196
|
|
227
|
197
|
/***/ }),
|
228
|
198
|
|
229
|
|
-/***/ 222:
|
|
199
|
+/***/ 220:
|
230
|
200
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
231
|
201
|
|
232
|
202
|
"use strict";
|
233
|
203
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return AppModule; });
|
234
|
204
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
235
|
205
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_platform_browser__ = __webpack_require__(30);
|
236
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(34);
|
237
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__app_component__ = __webpack_require__(264);
|
238
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_about_about__ = __webpack_require__(197);
|
239
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__pages_contact_contact__ = __webpack_require__(198);
|
240
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__pages_home_home__ = __webpack_require__(199);
|
241
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__pages_tabs_tabs__ = __webpack_require__(196);
|
242
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__ionic_native_status_bar__ = __webpack_require__(192);
|
243
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__ionic_native_splash_screen__ = __webpack_require__(195);
|
244
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__providers_wallet_data_wallet_data__ = __webpack_require__(200);
|
245
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__providers_wallet_data_wallet_data___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_10__providers_wallet_data_wallet_data__);
|
|
206
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(33);
|
|
207
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__app_component__ = __webpack_require__(263);
|
|
208
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_about_about__ = __webpack_require__(194);
|
|
209
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__pages_contact_contact__ = __webpack_require__(195);
|
|
210
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__pages_home_home__ = __webpack_require__(196);
|
|
211
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__pages_tabs_tabs__ = __webpack_require__(193);
|
|
212
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__ionic_native_status_bar__ = __webpack_require__(189);
|
|
213
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__ionic_native_splash_screen__ = __webpack_require__(192);
|
246
|
214
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
247
|
215
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
248
|
216
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -259,7 +227,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
259
|
227
|
|
260
|
228
|
|
261
|
229
|
|
262
|
|
-
|
263
|
230
|
var AppModule = /** @class */ (function () {
|
264
|
231
|
function AppModule() {
|
265
|
232
|
}
|
|
@@ -290,7 +257,6 @@ var AppModule = /** @class */ (function () {
|
290
|
257
|
__WEBPACK_IMPORTED_MODULE_8__ionic_native_status_bar__["a" /* StatusBar */],
|
291
|
258
|
__WEBPACK_IMPORTED_MODULE_9__ionic_native_splash_screen__["a" /* SplashScreen */],
|
292
|
259
|
{ provide: __WEBPACK_IMPORTED_MODULE_0__angular_core__["u" /* ErrorHandler */], useClass: __WEBPACK_IMPORTED_MODULE_2_ionic_angular__["b" /* IonicErrorHandler */] },
|
293
|
|
- __WEBPACK_IMPORTED_MODULE_10__providers_wallet_data_wallet_data__["WalletData"]
|
294
|
260
|
]
|
295
|
261
|
})
|
296
|
262
|
], AppModule);
|
|
@@ -301,16 +267,16 @@ var AppModule = /** @class */ (function () {
|
301
|
267
|
|
302
|
268
|
/***/ }),
|
303
|
269
|
|
304
|
|
-/***/ 264:
|
|
270
|
+/***/ 263:
|
305
|
271
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
306
|
272
|
|
307
|
273
|
"use strict";
|
308
|
274
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MyApp; });
|
309
|
275
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
310
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(34);
|
311
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__ = __webpack_require__(192);
|
312
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(195);
|
313
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_tabs_tabs__ = __webpack_require__(196);
|
|
276
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(33);
|
|
277
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__ = __webpack_require__(189);
|
|
278
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(192);
|
|
279
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_tabs_tabs__ = __webpack_require__(193);
|
314
|
280
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
315
|
281
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
316
|
282
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -336,7 +302,7 @@ var MyApp = /** @class */ (function () {
|
336
|
302
|
});
|
337
|
303
|
}
|
338
|
304
|
MyApp = __decorate([
|
339
|
|
- Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({template:/*ion-inline-start:"/Users/tennesseeg/blueCoin/ZipCoinUI/src/app/app.html"*/'<ion-nav [root]="rootPage"></ion-nav>\n'/*ion-inline-end:"/Users/tennesseeg/blueCoin/ZipCoinUI/src/app/app.html"*/
|
|
305
|
+ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({template:/*ion-inline-start:"/Users/tennesseeg/passionproject/blueCoin-UI/src/app/app.html"*/'<ion-nav [root]="rootPage"></ion-nav>\n'/*ion-inline-end:"/Users/tennesseeg/passionproject/blueCoin-UI/src/app/app.html"*/
|
340
|
306
|
}),
|
341
|
307
|
__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 */]])
|
342
|
308
|
], MyApp);
|
|
@@ -347,5 +313,5 @@ var MyApp = /** @class */ (function () {
|
347
|
313
|
|
348
|
314
|
/***/ })
|
349
|
315
|
|
350
|
|
-},[201]);
|
|
316
|
+},[197]);
|
351
|
317
|
//# sourceMappingURL=main.js.map
|