Ver código fonte

ready for spring

Tennessee Gibbs 6 anos atrás
pai
commit
355579c75d
5 arquivos alterados com 26 adições e 22 exclusões
  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 arquivo

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

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

346
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_platform_browser__ = __webpack_require__(31);
346
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_platform_browser__ = __webpack_require__(31);
347
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(26);
347
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(26);
348
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__app_component__ = __webpack_require__(272);
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
 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
357
 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
357
     var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
358
     var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
358
     if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
359
     if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
370
 
371
 
371
 
372
 
372
 
373
 
374
+
373
 var AppModule = /** @class */ (function () {
375
 var AppModule = /** @class */ (function () {
374
     function AppModule() {
376
     function AppModule() {
375
     }
377
     }
377
         Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["I" /* NgModule */])({
379
         Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["I" /* NgModule */])({
378
             declarations: [
380
             declarations: [
379
                 __WEBPACK_IMPORTED_MODULE_3__app_component__["a" /* MyApp */],
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
             imports: [
387
             imports: [
386
                 __WEBPACK_IMPORTED_MODULE_1__angular_platform_browser__["a" /* BrowserModule */],
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
                 __WEBPACK_IMPORTED_MODULE_2_ionic_angular__["c" /* IonicModule */].forRoot(__WEBPACK_IMPORTED_MODULE_3__app_component__["a" /* MyApp */], {}, {
391
                 __WEBPACK_IMPORTED_MODULE_2_ionic_angular__["c" /* IonicModule */].forRoot(__WEBPACK_IMPORTED_MODULE_3__app_component__["a" /* MyApp */], {}, {
389
                     links: [
392
                     links: [
390
                         { loadChildren: '../pages/wallet/wallet.module#WalletPageModule', name: 'WalletPage', segment: 'wallet', priority: 'low', defaultHistory: [] }
393
                         { loadChildren: '../pages/wallet/wallet.module#WalletPageModule', name: 'WalletPage', segment: 'wallet', priority: 'low', defaultHistory: [] }
394
             bootstrap: [__WEBPACK_IMPORTED_MODULE_2_ionic_angular__["a" /* IonicApp */]],
397
             bootstrap: [__WEBPACK_IMPORTED_MODULE_2_ionic_angular__["a" /* IonicApp */]],
395
             entryComponents: [
398
             entryComponents: [
396
                 __WEBPACK_IMPORTED_MODULE_3__app_component__["a" /* MyApp */],
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
             providers: [
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
                 { provide: __WEBPACK_IMPORTED_MODULE_0__angular_core__["u" /* ErrorHandler */], useClass: __WEBPACK_IMPORTED_MODULE_2_ionic_angular__["b" /* IonicErrorHandler */] },
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
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


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

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

+ 1
- 1
www/build/vendor.js.map
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo