Browse Source

user page basic layout

Mexi 6 years ago
parent
commit
f06ef2dc2c

+ 1
- 1
heyPotholeUI copy/.sourcemaps/main.js.map
File diff suppressed because it is too large
View File


+ 1
- 7
heyPotholeUI copy/src/pages/contact/contact.html View File

@@ -7,11 +7,5 @@
7 7
 </ion-header>
8 8
 
9 9
 <ion-content>
10
-  <ion-list>
11
-    <ion-list-header>Follow us on Twitter</ion-list-header>
12
-    <ion-item>
13
-      <ion-icon name="ionic" item-start></ion-icon>
14
-      @ionicframework
15
-    </ion-item>
16
-  </ion-list>
10
+  
17 11
 </ion-content>

+ 32
- 1
heyPotholeUI copy/src/pages/report/report.html View File

@@ -5,7 +5,38 @@
5 5
     </ion-title>
6 6
   </ion-navbar>
7 7
 </ion-header>
8
+
8 9
 <ion-content>
10
+<ion-list>
11
+  <ion-list-header>Picture</ion-list-header>
12
+  <ion-item>
13
+    <ion-icon name="image" item-start color="primary"></ion-icon>
14
+    <ion-label>Gallery</ion-label>
15
+  </ion-item>
16
+  <ion-item>
17
+      <ion-icon name="camera" item-start color="primary"></ion-icon>
18
+      <ion-label>Camera</ion-label>
19
+    </ion-item>
20
+</ion-list>
21
+
22
+<ion-list>
23
+  <ion-list-header>Location</ion-list-header>
24
+  <ion-item>
25
+      <ion-icon name="map" item-start color="primary"></ion-icon>
26
+      <ion-label>Input Location</ion-label>
27
+    </ion-item>
28
+    <ion-item>
29
+        <ion-icon name="navigate" item-start color="primary"></ion-icon>
30
+        <ion-label>Current Location</ion-label>
31
+      </ion-item>
32
+</ion-list>
9 33
 
10
-  <!-- //asdfasdfasdfasd -->
34
+<ion-list>
35
+  <ion-list-header>Comment</ion-list-header>
36
+  <ion-item>
37
+      <ion-icon name="chatboxes" item-start color="primary"></ion-icon>
38
+      <ion-label>Leave a comment</ion-label>
39
+    </ion-item>
40
+</ion-list>
41
+<button ion-button round>Submit</button>
11 42
 </ion-content>

+ 39
- 40
heyPotholeUI copy/www/build/main.js View File

@@ -1,6 +1,6 @@
1 1
 webpackJsonp([0],{
2 2
 
3
-/***/ 216:
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 = 216;
16
+webpackEmptyAsyncContext.id = 108;
17 17
 
18 18
 /***/ }),
19 19
 
20
-/***/ 256:
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 = 256;
33
+webpackEmptyAsyncContext.id = 149;
34 34
 
35 35
 /***/ }),
36 36
 
37
-/***/ 300:
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__report_report__ = __webpack_require__(301);
44
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__contact_contact__ = __webpack_require__(392);
45
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__home_home__ = __webpack_require__(393);
43
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__report_report__ = __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/mexil/LABS/MexisPassionProject/heyPotholeUI/src/pages/tabs/tabs.html"*/'<ion-tabs>\n  <ion-tab [root]="tab1Root" tabTitle="Home" tabIcon="home"></ion-tab>\n  <ion-tab [root]="tab2Root" tabTitle="Report" tabIcon="paper"></ion-tab>\n  <ion-tab [root]="tab3Root" tabTitle="Contact" tabIcon="contacts"></ion-tab>\n</ion-tabs>\n'/*ion-inline-end:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI/src/pages/tabs/tabs.html"*/
66
+        Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({template:/*ion-inline-start:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI copy/src/pages/tabs/tabs.html"*/'<ion-tabs>\n  <ion-tab [root]="tab1Root" tabTitle="Home" tabIcon="home"></ion-tab>\n  <ion-tab [root]="tab2Root" tabTitle="Report" tabIcon="paper"></ion-tab>\n  <ion-tab [root]="tab3Root" tabTitle="Contact" tabIcon="contacts"></ion-tab>\n</ion-tabs>\n'/*ion-inline-end:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI copy/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
-/***/ 301:
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 ReportPage; });
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__(86);
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,25 +98,24 @@ var ReportPage = /** @class */ (function () {
98 98
     }
99 99
     ReportPage = __decorate([
100 100
         Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
101
-            selector: 'page-report',template:/*ion-inline-start:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI/src/pages/report/report.html"*/'<ion-header>\n  <ion-navbar>\n    <ion-title>\n      Report\n    </ion-title>\n  </ion-navbar>\n</ion-header>\n<ion-content></ion-content>'/*ion-inline-end:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI/src/pages/report/report.html"*/
101
+            selector: 'page-report',template:/*ion-inline-start:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI copy/src/pages/report/report.html"*/'<ion-header>\n  <ion-navbar>\n    <ion-title>\n      Report\n    </ion-title>\n  </ion-navbar>\n</ion-header>\n\n<ion-content>\n<ion-list>\n  <ion-list-header>Picture</ion-list-header>\n  <ion-item>\n    <ion-icon name="image" item-start color="primary"></ion-icon>\n    <ion-label>Gallery</ion-label>\n  </ion-item>\n  <ion-item>\n      <ion-icon name="camera" item-start color="primary"></ion-icon>\n      <ion-label>Camera</ion-label>\n    </ion-item>\n</ion-list>\n\n<ion-list>\n  <ion-list-header>Location</ion-list-header>\n  <ion-item>\n      <ion-icon name="map" item-start color="primary"></ion-icon>\n      <ion-label>Input Location</ion-label>\n    </ion-item>\n    <ion-item>\n        <ion-icon name="navigate" item-start color="primary"></ion-icon>\n        <ion-label>Current Location</ion-label>\n      </ion-item>\n</ion-list>\n\n<ion-list>\n  <ion-list-header>Comment</ion-list-header>\n  <ion-item>\n      <ion-icon name="chatboxes" item-start color="primary"></ion-icon>\n      <ion-label>Leave a comment</ion-label>\n    </ion-item>\n</ion-list>\n<button ion-button round>Submit</button>\n</ion-content>'/*ion-inline-end:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI copy/src/pages/report/report.html"*/
102 102
         }),
103
-        __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])
103
+        __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["d" /* NavController */]])
104 104
     ], ReportPage);
105 105
     return ReportPage;
106
-    var _a;
107 106
 }());
108 107
 
109 108
 //# sourceMappingURL=report.js.map
110 109
 
111 110
 /***/ }),
112 111
 
113
-/***/ 392:
112
+/***/ 195:
114 113
 /***/ (function(module, __webpack_exports__, __webpack_require__) {
115 114
 
116 115
 "use strict";
117 116
 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ContactPage; });
118 117
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
119
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(86);
118
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(33);
120 119
 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
121 120
     var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
122 121
     if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -134,7 +133,7 @@ var ContactPage = /** @class */ (function () {
134 133
     }
135 134
     ContactPage = __decorate([
136 135
         Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
137
-            selector: 'page-contact',template:/*ion-inline-start:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI/src/pages/contact/contact.html"*/'<ion-header>\n  <ion-navbar>\n    <ion-title>\n      Contact\n    </ion-title>\n  </ion-navbar>\n</ion-header>\n\n<ion-content>\n  <ion-list>\n    <ion-list-header>Follow us on Twitter</ion-list-header>\n    <ion-item>\n      <ion-icon name="ionic" item-start></ion-icon>\n      @ionicframework\n    </ion-item>\n  </ion-list>\n</ion-content>\n'/*ion-inline-end:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI/src/pages/contact/contact.html"*/
136
+            selector: 'page-contact',template:/*ion-inline-start:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI copy/src/pages/contact/contact.html"*/'<ion-header>\n  <ion-navbar>\n    <ion-title>\n      Contact\n    </ion-title>\n  </ion-navbar>\n</ion-header>\n\n<ion-content>\n  \n</ion-content>\n'/*ion-inline-end:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI copy/src/pages/contact/contact.html"*/
138 137
         }),
139 138
         __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["d" /* NavController */]])
140 139
     ], ContactPage);
@@ -145,13 +144,13 @@ var ContactPage = /** @class */ (function () {
145 144
 
146 145
 /***/ }),
147 146
 
148
-/***/ 393:
147
+/***/ 196:
149 148
 /***/ (function(module, __webpack_exports__, __webpack_require__) {
150 149
 
151 150
 "use strict";
152 151
 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return HomePage; });
153 152
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
154
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(86);
153
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(33);
155 154
 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
156 155
     var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
157 156
     if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -169,7 +168,7 @@ var HomePage = /** @class */ (function () {
169 168
     }
170 169
     HomePage = __decorate([
171 170
         Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
172
-            selector: 'page-home',template:/*ion-inline-start:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI/src/pages/home/home.html"*/'<ion-header>\n  <ion-navbar>\n    <ion-title>HeyPothole</ion-title>\n  </ion-navbar>\n</ion-header>\n\n<ion-content padding>\n  \n  <p>\n    This starter project comes with simple tabs-based layout for apps\n    that are going to primarily use a Tabbed UI.\n  </p>\n  <p>\n    Take a look at the <code>src/pages/</code> directory to add or change tabs,\n    update any existing page or create new pages.\n  </p>\n</ion-content>\n'/*ion-inline-end:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI/src/pages/home/home.html"*/
171
+            selector: 'page-home',template:/*ion-inline-start:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI copy/src/pages/home/home.html"*/'<ion-header>\n  <ion-navbar>\n    <ion-title>HeyPothole</ion-title>\n  </ion-navbar>\n</ion-header>\n\n<ion-content padding>\n  \n  <p>\n    This starter project comes with simple tabs-based layout for apps\n    that are going to primarily use a Tabbed UI.\n  </p>\n  <p>\n    Take a look at the <code>src/pages/</code> directory to add or change tabs,\n    update any existing page or create new pages.\n  </p>\n</ion-content>\n'/*ion-inline-end:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI copy/src/pages/home/home.html"*/
173 172
         }),
174 173
         __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["d" /* NavController */]])
175 174
     ], HomePage);
@@ -180,13 +179,13 @@ var HomePage = /** @class */ (function () {
180 179
 
181 180
 /***/ }),
182 181
 
183
-/***/ 394:
182
+/***/ 197:
184 183
 /***/ (function(module, __webpack_exports__, __webpack_require__) {
185 184
 
186 185
 "use strict";
187 186
 Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
188
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__ = __webpack_require__(395);
189
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__app_module__ = __webpack_require__(417);
187
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__ = __webpack_require__(198);
188
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__app_module__ = __webpack_require__(220);
190 189
 
191 190
 
192 191
 Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* platformBrowserDynamic */])().bootstrapModule(__WEBPACK_IMPORTED_MODULE_1__app_module__["a" /* AppModule */]);
@@ -194,21 +193,21 @@ Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* pl
194 193
 
195 194
 /***/ }),
196 195
 
197
-/***/ 417:
196
+/***/ 220:
198 197
 /***/ (function(module, __webpack_exports__, __webpack_require__) {
199 198
 
200 199
 "use strict";
201 200
 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return AppModule; });
202 201
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
203
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_platform_browser__ = __webpack_require__(38);
204
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(86);
205
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__app_component__ = __webpack_require__(460);
206
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_report_report__ = __webpack_require__(301);
207
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__pages_contact_contact__ = __webpack_require__(392);
208
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__pages_home_home__ = __webpack_require__(393);
209
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__pages_tabs_tabs__ = __webpack_require__(300);
210
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__ionic_native_status_bar__ = __webpack_require__(296);
211
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__ionic_native_splash_screen__ = __webpack_require__(299);
202
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_platform_browser__ = __webpack_require__(30);
203
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(33);
204
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__app_component__ = __webpack_require__(263);
205
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_report_report__ = __webpack_require__(194);
206
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__pages_contact_contact__ = __webpack_require__(195);
207
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__pages_home_home__ = __webpack_require__(196);
208
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__pages_tabs_tabs__ = __webpack_require__(193);
209
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__ionic_native_status_bar__ = __webpack_require__(189);
210
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__ionic_native_splash_screen__ = __webpack_require__(192);
212 211
 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
213 212
     var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
214 213
     if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -265,16 +264,16 @@ var AppModule = /** @class */ (function () {
265 264
 
266 265
 /***/ }),
267 266
 
268
-/***/ 460:
267
+/***/ 263:
269 268
 /***/ (function(module, __webpack_exports__, __webpack_require__) {
270 269
 
271 270
 "use strict";
272 271
 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MyApp; });
273 272
 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
274
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(86);
275
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__ = __webpack_require__(296);
276
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(299);
277
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_tabs_tabs__ = __webpack_require__(300);
273
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(33);
274
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__ = __webpack_require__(189);
275
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(192);
276
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_tabs_tabs__ = __webpack_require__(193);
278 277
 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
279 278
     var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
280 279
     if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -300,7 +299,7 @@ var MyApp = /** @class */ (function () {
300 299
         });
301 300
     }
302 301
     MyApp = __decorate([
303
-        Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({template:/*ion-inline-start:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI/src/app/app.html"*/'<ion-nav [root]="rootPage"></ion-nav>\n'/*ion-inline-end:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI/src/app/app.html"*/
302
+        Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({template:/*ion-inline-start:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI copy/src/app/app.html"*/'<ion-nav [root]="rootPage"></ion-nav>\n'/*ion-inline-end:"/Users/mexil/LABS/MexisPassionProject/heyPotholeUI copy/src/app/app.html"*/
304 303
         }),
305 304
         __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 */]])
306 305
     ], MyApp);
@@ -311,5 +310,5 @@ var MyApp = /** @class */ (function () {
311 310
 
312 311
 /***/ })
313 312
 
314
-},[394]);
313
+},[197]);
315 314
 //# sourceMappingURL=main.js.map

+ 1
- 1
heyPotholeUI copy/www/build/main.js.map
File diff suppressed because it is too large
View File


+ 25280
- 25477
heyPotholeUI copy/www/build/vendor.js
File diff suppressed because it is too large
View File


+ 1
- 1
heyPotholeUI copy/www/build/vendor.js.map
File diff suppressed because it is too large
View File