Explorar el Código

ready for spring

Tennessee Gibbs hace 6 años
padre
commit
355579c75d
Se han modificado 5 ficheros con 26 adiciones y 22 borrados
  1. 2
    1
      src/app/app.module.ts
  2. 21
    18
      www/build/main.js
  3. 1
    1
      www/build/main.js.map
  4. 1
    1
      www/build/vendor.js
  5. 1
    1
      www/build/vendor.js.map

+ 2
- 1
src/app/app.module.ts Ver fichero

@@ -2,7 +2,7 @@ import { NgModule, ErrorHandler } from '@angular/core';
2 2
 import { BrowserModule } from '@angular/platform-browser';
3 3
 import { IonicApp, IonicModule, IonicErrorHandler } from 'ionic-angular';
4 4
 import { MyApp } from './app.component';
5
-
5
+import { HttpClientModule } from '@angular/common/http';
6 6
 import { AboutPage } from '../pages/about/about';
7 7
 import { ContactPage } from '../pages/contact/contact';
8 8
 import { HomePage } from '../pages/home/home';
@@ -25,6 +25,7 @@ import { SplashScreen } from '@ionic-native/splash-screen';
25 25
   imports: [
26 26
     BrowserModule,
27 27
     WalletPageModule,
28
+    HttpClientModule,
28 29
     IonicModule.forRoot(MyApp)
29 30
   ],
30 31
   bootstrap: [IonicApp],

+ 21
- 18
www/build/main.js Ver fichero

@@ -346,13 +346,14 @@ Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* pl
346 346
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_platform_browser__ = __webpack_require__(31);
347 347
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(26);
348 348
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__app_component__ = __webpack_require__(272);
349
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_about_about__ = __webpack_require__(200);
350
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__pages_contact_contact__ = __webpack_require__(201);
351
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__pages_home_home__ = __webpack_require__(202);
352
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__pages_tabs_tabs__ = __webpack_require__(199);
353
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__pages_wallet_wallet_module__ = __webpack_require__(153);
354
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__ionic_native_status_bar__ = __webpack_require__(195);
355
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__ionic_native_splash_screen__ = __webpack_require__(198);
349
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__angular_common_http__ = __webpack_require__(249);
350
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__pages_about_about__ = __webpack_require__(200);
351
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__pages_contact_contact__ = __webpack_require__(201);
352
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__pages_home_home__ = __webpack_require__(202);
353
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__pages_tabs_tabs__ = __webpack_require__(199);
354
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__pages_wallet_wallet_module__ = __webpack_require__(153);
355
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__ionic_native_status_bar__ = __webpack_require__(195);
356
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__ionic_native_splash_screen__ = __webpack_require__(198);
356 357
 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
357 358
     var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
358 359
     if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -370,6 +371,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
370 371
 
371 372
 
372 373
 
374
+
373 375
 var AppModule = /** @class */ (function () {
374 376
     function AppModule() {
375 377
     }
@@ -377,14 +379,15 @@ var AppModule = /** @class */ (function () {
377 379
         Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["I" /* NgModule */])({
378 380
             declarations: [
379 381
                 __WEBPACK_IMPORTED_MODULE_3__app_component__["a" /* MyApp */],
380
-                __WEBPACK_IMPORTED_MODULE_4__pages_about_about__["a" /* AboutPage */],
381
-                __WEBPACK_IMPORTED_MODULE_5__pages_contact_contact__["a" /* ContactPage */],
382
-                __WEBPACK_IMPORTED_MODULE_6__pages_home_home__["a" /* HomePage */],
383
-                __WEBPACK_IMPORTED_MODULE_7__pages_tabs_tabs__["a" /* TabsPage */]
382
+                __WEBPACK_IMPORTED_MODULE_5__pages_about_about__["a" /* AboutPage */],
383
+                __WEBPACK_IMPORTED_MODULE_6__pages_contact_contact__["a" /* ContactPage */],
384
+                __WEBPACK_IMPORTED_MODULE_7__pages_home_home__["a" /* HomePage */],
385
+                __WEBPACK_IMPORTED_MODULE_8__pages_tabs_tabs__["a" /* TabsPage */]
384 386
             ],
385 387
             imports: [
386 388
                 __WEBPACK_IMPORTED_MODULE_1__angular_platform_browser__["a" /* BrowserModule */],
387
-                __WEBPACK_IMPORTED_MODULE_8__pages_wallet_wallet_module__["WalletPageModule"],
389
+                __WEBPACK_IMPORTED_MODULE_9__pages_wallet_wallet_module__["WalletPageModule"],
390
+                __WEBPACK_IMPORTED_MODULE_4__angular_common_http__["b" /* HttpClientModule */],
388 391
                 __WEBPACK_IMPORTED_MODULE_2_ionic_angular__["c" /* IonicModule */].forRoot(__WEBPACK_IMPORTED_MODULE_3__app_component__["a" /* MyApp */], {}, {
389 392
                     links: [
390 393
                         { loadChildren: '../pages/wallet/wallet.module#WalletPageModule', name: 'WalletPage', segment: 'wallet', priority: 'low', defaultHistory: [] }
@@ -394,14 +397,14 @@ var AppModule = /** @class */ (function () {
394 397
             bootstrap: [__WEBPACK_IMPORTED_MODULE_2_ionic_angular__["a" /* IonicApp */]],
395 398
             entryComponents: [
396 399
                 __WEBPACK_IMPORTED_MODULE_3__app_component__["a" /* MyApp */],
397
-                __WEBPACK_IMPORTED_MODULE_4__pages_about_about__["a" /* AboutPage */],
398
-                __WEBPACK_IMPORTED_MODULE_5__pages_contact_contact__["a" /* ContactPage */],
399
-                __WEBPACK_IMPORTED_MODULE_6__pages_home_home__["a" /* HomePage */],
400
-                __WEBPACK_IMPORTED_MODULE_7__pages_tabs_tabs__["a" /* TabsPage */]
400
+                __WEBPACK_IMPORTED_MODULE_5__pages_about_about__["a" /* AboutPage */],
401
+                __WEBPACK_IMPORTED_MODULE_6__pages_contact_contact__["a" /* ContactPage */],
402
+                __WEBPACK_IMPORTED_MODULE_7__pages_home_home__["a" /* HomePage */],
403
+                __WEBPACK_IMPORTED_MODULE_8__pages_tabs_tabs__["a" /* TabsPage */]
401 404
             ],
402 405
             providers: [
403
-                __WEBPACK_IMPORTED_MODULE_9__ionic_native_status_bar__["a" /* StatusBar */],
404
-                __WEBPACK_IMPORTED_MODULE_10__ionic_native_splash_screen__["a" /* SplashScreen */],
406
+                __WEBPACK_IMPORTED_MODULE_10__ionic_native_status_bar__["a" /* StatusBar */],
407
+                __WEBPACK_IMPORTED_MODULE_11__ionic_native_splash_screen__["a" /* SplashScreen */],
405 408
                 { provide: __WEBPACK_IMPORTED_MODULE_0__angular_core__["u" /* ErrorHandler */], useClass: __WEBPACK_IMPORTED_MODULE_2_ionic_angular__["b" /* IonicErrorHandler */] },
406 409
             ]
407 410
         })

+ 1
- 1
www/build/main.js.map
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 1
- 1
www/build/vendor.js Ver fichero

@@ -116619,7 +116619,7 @@ var ModalImpl = (function (_super) {
116619 116619
 /* unused harmony export JsonpClientBackend */
116620 116620
 /* unused harmony export JsonpInterceptor */
116621 116621
 /* unused harmony export HttpClientJsonpModule */
116622
-/* unused harmony export HttpClientModule */
116622
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return HttpClientModule; });
116623 116623
 /* unused harmony export HttpClientXsrfModule */
116624 116624
 /* unused harmony export ɵinterceptingHandler */
116625 116625
 /* unused harmony export HttpParams */

+ 1
- 1
www/build/vendor.js.map
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero