Sin descripción

main.js 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. (self["webpackChunkapp"] = self["webpackChunkapp"] || []).push([["main"],{
  2. /***/ 158:
  3. /*!***************************************!*\
  4. !*** ./src/app/app-routing.module.ts ***!
  5. \***************************************/
  6. /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
  7. "use strict";
  8. __webpack_require__.r(__webpack_exports__);
  9. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  10. /* harmony export */ "AppRoutingModule": () => (/* binding */ AppRoutingModule)
  11. /* harmony export */ });
  12. /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ 4929);
  13. /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ 3184);
  14. /* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/router */ 2816);
  15. const routes = [
  16. // {
  17. // path: 'home',
  18. // loadChildren: () => import('./home/home.module').then( m => m.HomePageModule)
  19. // },
  20. // {
  21. // path: 'navtabs',
  22. // loadChildren: () => import('./navtabs/navtabs.module').then( m => m.NavtabsPageModule)
  23. // },
  24. {
  25. path: '',
  26. redirectTo: 'navtabs',
  27. pathMatch: 'full'
  28. },
  29. {
  30. path: 'navtabs',
  31. loadChildren: () => __webpack_require__.e(/*! import() */ "src_app_navtabs_navtabs_module_ts").then(__webpack_require__.bind(__webpack_require__, /*! ./navtabs/navtabs.module */ 228)).then(m => m.NavtabsPageModule)
  32. },
  33. // {
  34. // path: 'news-detail',
  35. // loadChildren: () => import('./news-detail/news-detail.module').then( m => m.NewsDetailPageModule)
  36. // },
  37. // {
  38. // path: 'youtube',
  39. // loadChildren: () => import('./youtube/youtube.module').then( m => m.YoutubePageModule)
  40. // },
  41. // {
  42. // path: 'article',
  43. // loadChildren: () => import('./article/article.module').then( m => m.ArticlePageModule)
  44. // },
  45. // {
  46. // path: 'navtabs',
  47. // loadChildren: () => import('./navtabs/navtabs.module').then( m => m.NavtabsPageModule)
  48. // },
  49. ];
  50. let AppRoutingModule = class AppRoutingModule {
  51. };
  52. AppRoutingModule = (0,tslib__WEBPACK_IMPORTED_MODULE_0__.__decorate)([
  53. (0,_angular_core__WEBPACK_IMPORTED_MODULE_1__.NgModule)({
  54. imports: [
  55. _angular_router__WEBPACK_IMPORTED_MODULE_2__.RouterModule.forRoot(routes, { preloadingStrategy: _angular_router__WEBPACK_IMPORTED_MODULE_2__.PreloadAllModules })
  56. ],
  57. exports: [_angular_router__WEBPACK_IMPORTED_MODULE_2__.RouterModule]
  58. })
  59. ], AppRoutingModule);
  60. /***/ }),
  61. /***/ 5041:
  62. /*!**********************************!*\
  63. !*** ./src/app/app.component.ts ***!
  64. \**********************************/
  65. /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
  66. "use strict";
  67. __webpack_require__.r(__webpack_exports__);
  68. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  69. /* harmony export */ "AppComponent": () => (/* binding */ AppComponent)
  70. /* harmony export */ });
  71. /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ 4929);
  72. /* harmony import */ var _app_component_html_ngResource__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./app.component.html?ngResource */ 3383);
  73. /* harmony import */ var _app_component_scss_ngResource__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./app.component.scss?ngResource */ 9259);
  74. /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/core */ 3184);
  75. let AppComponent = class AppComponent {
  76. constructor() { }
  77. };
  78. AppComponent.ctorParameters = () => [];
  79. AppComponent = (0,tslib__WEBPACK_IMPORTED_MODULE_2__.__decorate)([
  80. (0,_angular_core__WEBPACK_IMPORTED_MODULE_3__.Component)({
  81. selector: 'app-root',
  82. template: _app_component_html_ngResource__WEBPACK_IMPORTED_MODULE_0__,
  83. styles: [_app_component_scss_ngResource__WEBPACK_IMPORTED_MODULE_1__]
  84. })
  85. ], AppComponent);
  86. /***/ }),
  87. /***/ 6747:
  88. /*!*******************************!*\
  89. !*** ./src/app/app.module.ts ***!
  90. \*******************************/
  91. /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
  92. "use strict";
  93. __webpack_require__.r(__webpack_exports__);
  94. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  95. /* harmony export */ "AppModule": () => (/* binding */ AppModule)
  96. /* harmony export */ });
  97. /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! tslib */ 4929);
  98. /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @angular/core */ 3184);
  99. /* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @angular/platform-browser */ 318);
  100. /* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @angular/router */ 2816);
  101. /* harmony import */ var _ionic_angular__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @ionic/angular */ 3819);
  102. /* harmony import */ var _app_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./app.component */ 5041);
  103. /* harmony import */ var _app_routing_module__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./app-routing.module */ 158);
  104. /* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @angular/common/http */ 8784);
  105. /* harmony import */ var _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @fortawesome/angular-fontawesome */ 9397);
  106. /* harmony import */ var _fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @fortawesome/free-solid-svg-icons */ 9306);
  107. /* harmony import */ var _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @fortawesome/free-regular-svg-icons */ 2898);
  108. /* harmony import */ var _fortawesome_free_brands_svg_icons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @fortawesome/free-brands-svg-icons */ 2257);
  109. // import { WpdataService } from './services/wpdata.service';
  110. let AppModule = class AppModule {
  111. constructor(library) {
  112. library.addIconPacks(_fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_2__.fas, _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_3__.far, _fortawesome_free_brands_svg_icons__WEBPACK_IMPORTED_MODULE_4__.fab);
  113. }
  114. };
  115. AppModule.ctorParameters = () => [
  116. { type: _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_5__.FaIconLibrary }
  117. ];
  118. AppModule = (0,tslib__WEBPACK_IMPORTED_MODULE_6__.__decorate)([
  119. (0,_angular_core__WEBPACK_IMPORTED_MODULE_7__.NgModule)({
  120. declarations: [_app_component__WEBPACK_IMPORTED_MODULE_0__.AppComponent],
  121. imports: [
  122. _angular_platform_browser__WEBPACK_IMPORTED_MODULE_8__.BrowserModule,
  123. _ionic_angular__WEBPACK_IMPORTED_MODULE_9__.IonicModule.forRoot(),
  124. _app_routing_module__WEBPACK_IMPORTED_MODULE_1__.AppRoutingModule,
  125. _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_5__.FontAwesomeModule,
  126. _angular_common_http__WEBPACK_IMPORTED_MODULE_10__.HttpClientModule,
  127. // WpdataService,
  128. // HttpClient,
  129. // HttpHeaders
  130. ],
  131. providers: [{ provide: _angular_router__WEBPACK_IMPORTED_MODULE_11__.RouteReuseStrategy, useClass: _ionic_angular__WEBPACK_IMPORTED_MODULE_9__.IonicRouteStrategy }],
  132. bootstrap: [_app_component__WEBPACK_IMPORTED_MODULE_0__.AppComponent],
  133. })
  134. ], AppModule);
  135. /***/ }),
  136. /***/ 2340:
  137. /*!*****************************************!*\
  138. !*** ./src/environments/environment.ts ***!
  139. \*****************************************/
  140. /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
  141. "use strict";
  142. __webpack_require__.r(__webpack_exports__);
  143. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  144. /* harmony export */ "environment": () => (/* binding */ environment)
  145. /* harmony export */ });
  146. // This file can be replaced during build by using the `fileReplacements` array.
  147. // `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
  148. // The list of file replacements can be found in `angular.json`.
  149. const environment = {
  150. production: false
  151. };
  152. /*
  153. * For easier debugging in development mode, you can import the following file
  154. * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
  155. *
  156. * This import should be commented out in production mode because it will have a negative impact
  157. * on performance if an error is thrown.
  158. */
  159. // import 'zone.js/dist/zone-error'; // Included with Angular CLI.
  160. /***/ }),
  161. /***/ 4431:
  162. /*!*********************!*\
  163. !*** ./src/main.ts ***!
  164. \*********************/
  165. /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
  166. "use strict";
  167. __webpack_require__.r(__webpack_exports__);
  168. /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ 3184);
  169. /* harmony import */ var _angular_platform_browser_dynamic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/platform-browser-dynamic */ 8150);
  170. /* harmony import */ var _app_app_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./app/app.module */ 6747);
  171. /* harmony import */ var _environments_environment__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./environments/environment */ 2340);
  172. if (_environments_environment__WEBPACK_IMPORTED_MODULE_1__.environment.production) {
  173. (0,_angular_core__WEBPACK_IMPORTED_MODULE_2__.enableProdMode)();
  174. }
  175. (0,_angular_platform_browser_dynamic__WEBPACK_IMPORTED_MODULE_3__.platformBrowserDynamic)().bootstrapModule(_app_app_module__WEBPACK_IMPORTED_MODULE_0__.AppModule)
  176. .catch(err => console.log(err));
  177. /***/ }),
  178. /***/ 863:
  179. /*!******************************************************************************************************************************************!*\
  180. !*** ./node_modules/@ionic/core/dist/esm/ lazy ^\.\/.*\.entry\.js$ include: \.entry\.js$ exclude: \.system\.entry\.js$ namespace object ***!
  181. \******************************************************************************************************************************************/
  182. /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
  183. var map = {
  184. "./ion-accordion_2.entry.js": [
  185. 79,
  186. "common",
  187. "node_modules_ionic_core_dist_esm_ion-accordion_2_entry_js"
  188. ],
  189. "./ion-action-sheet.entry.js": [
  190. 5593,
  191. "common",
  192. "node_modules_ionic_core_dist_esm_ion-action-sheet_entry_js"
  193. ],
  194. "./ion-alert.entry.js": [
  195. 3225,
  196. "common",
  197. "node_modules_ionic_core_dist_esm_ion-alert_entry_js"
  198. ],
  199. "./ion-app_8.entry.js": [
  200. 4812,
  201. "common",
  202. "node_modules_ionic_core_dist_esm_ion-app_8_entry_js"
  203. ],
  204. "./ion-avatar_3.entry.js": [
  205. 6655,
  206. "node_modules_ionic_core_dist_esm_ion-avatar_3_entry_js"
  207. ],
  208. "./ion-back-button.entry.js": [
  209. 4856,
  210. "common",
  211. "node_modules_ionic_core_dist_esm_ion-back-button_entry_js"
  212. ],
  213. "./ion-backdrop.entry.js": [
  214. 3059,
  215. "node_modules_ionic_core_dist_esm_ion-backdrop_entry_js"
  216. ],
  217. "./ion-breadcrumb_2.entry.js": [
  218. 8648,
  219. "common",
  220. "node_modules_ionic_core_dist_esm_ion-breadcrumb_2_entry_js"
  221. ],
  222. "./ion-button_2.entry.js": [
  223. 8308,
  224. "node_modules_ionic_core_dist_esm_ion-button_2_entry_js"
  225. ],
  226. "./ion-card_5.entry.js": [
  227. 4690,
  228. "node_modules_ionic_core_dist_esm_ion-card_5_entry_js"
  229. ],
  230. "./ion-checkbox.entry.js": [
  231. 4090,
  232. "node_modules_ionic_core_dist_esm_ion-checkbox_entry_js"
  233. ],
  234. "./ion-chip.entry.js": [
  235. 6214,
  236. "node_modules_ionic_core_dist_esm_ion-chip_entry_js"
  237. ],
  238. "./ion-col_3.entry.js": [
  239. 9447,
  240. "node_modules_ionic_core_dist_esm_ion-col_3_entry_js"
  241. ],
  242. "./ion-datetime-button.entry.js": [
  243. 7950,
  244. "default-node_modules_ionic_core_dist_esm_parse-71f28cd7_js-node_modules_ionic_core_dist_esm_t-0c999b",
  245. "node_modules_ionic_core_dist_esm_ion-datetime-button_entry_js"
  246. ],
  247. "./ion-datetime_3.entry.js": [
  248. 9689,
  249. "default-node_modules_ionic_core_dist_esm_parse-71f28cd7_js-node_modules_ionic_core_dist_esm_t-0c999b",
  250. "common",
  251. "node_modules_ionic_core_dist_esm_ion-datetime_3_entry_js"
  252. ],
  253. "./ion-fab_3.entry.js": [
  254. 8840,
  255. "common",
  256. "node_modules_ionic_core_dist_esm_ion-fab_3_entry_js"
  257. ],
  258. "./ion-img.entry.js": [
  259. 749,
  260. "node_modules_ionic_core_dist_esm_ion-img_entry_js"
  261. ],
  262. "./ion-infinite-scroll_2.entry.js": [
  263. 9667,
  264. "common",
  265. "node_modules_ionic_core_dist_esm_ion-infinite-scroll_2_entry_js"
  266. ],
  267. "./ion-input.entry.js": [
  268. 3288,
  269. "node_modules_ionic_core_dist_esm_ion-input_entry_js"
  270. ],
  271. "./ion-item-option_3.entry.js": [
  272. 5473,
  273. "common",
  274. "node_modules_ionic_core_dist_esm_ion-item-option_3_entry_js"
  275. ],
  276. "./ion-item_8.entry.js": [
  277. 3634,
  278. "common",
  279. "node_modules_ionic_core_dist_esm_ion-item_8_entry_js"
  280. ],
  281. "./ion-loading.entry.js": [
  282. 2855,
  283. "node_modules_ionic_core_dist_esm_ion-loading_entry_js"
  284. ],
  285. "./ion-menu_3.entry.js": [
  286. 495,
  287. "common",
  288. "node_modules_ionic_core_dist_esm_ion-menu_3_entry_js"
  289. ],
  290. "./ion-modal.entry.js": [
  291. 8737,
  292. "common",
  293. "node_modules_ionic_core_dist_esm_ion-modal_entry_js"
  294. ],
  295. "./ion-nav_2.entry.js": [
  296. 9632,
  297. "common",
  298. "node_modules_ionic_core_dist_esm_ion-nav_2_entry_js"
  299. ],
  300. "./ion-picker-column-internal.entry.js": [
  301. 4446,
  302. "common",
  303. "node_modules_ionic_core_dist_esm_ion-picker-column-internal_entry_js"
  304. ],
  305. "./ion-picker-internal.entry.js": [
  306. 2275,
  307. "node_modules_ionic_core_dist_esm_ion-picker-internal_entry_js"
  308. ],
  309. "./ion-popover.entry.js": [
  310. 8050,
  311. "common",
  312. "node_modules_ionic_core_dist_esm_ion-popover_entry_js"
  313. ],
  314. "./ion-progress-bar.entry.js": [
  315. 8994,
  316. "node_modules_ionic_core_dist_esm_ion-progress-bar_entry_js"
  317. ],
  318. "./ion-radio_2.entry.js": [
  319. 3592,
  320. "node_modules_ionic_core_dist_esm_ion-radio_2_entry_js"
  321. ],
  322. "./ion-range.entry.js": [
  323. 5454,
  324. "common",
  325. "node_modules_ionic_core_dist_esm_ion-range_entry_js"
  326. ],
  327. "./ion-refresher_2.entry.js": [
  328. 290,
  329. "common",
  330. "node_modules_ionic_core_dist_esm_ion-refresher_2_entry_js"
  331. ],
  332. "./ion-reorder_2.entry.js": [
  333. 2666,
  334. "common",
  335. "node_modules_ionic_core_dist_esm_ion-reorder_2_entry_js"
  336. ],
  337. "./ion-ripple-effect.entry.js": [
  338. 4816,
  339. "node_modules_ionic_core_dist_esm_ion-ripple-effect_entry_js"
  340. ],
  341. "./ion-route_4.entry.js": [
  342. 5534,
  343. "node_modules_ionic_core_dist_esm_ion-route_4_entry_js"
  344. ],
  345. "./ion-searchbar.entry.js": [
  346. 4902,
  347. "common",
  348. "node_modules_ionic_core_dist_esm_ion-searchbar_entry_js"
  349. ],
  350. "./ion-segment_2.entry.js": [
  351. 1938,
  352. "common",
  353. "node_modules_ionic_core_dist_esm_ion-segment_2_entry_js"
  354. ],
  355. "./ion-select_3.entry.js": [
  356. 8179,
  357. "node_modules_ionic_core_dist_esm_ion-select_3_entry_js"
  358. ],
  359. "./ion-slide_2.entry.js": [
  360. 668,
  361. "node_modules_ionic_core_dist_esm_ion-slide_2_entry_js"
  362. ],
  363. "./ion-spinner.entry.js": [
  364. 1624,
  365. "common",
  366. "node_modules_ionic_core_dist_esm_ion-spinner_entry_js"
  367. ],
  368. "./ion-split-pane.entry.js": [
  369. 9989,
  370. "node_modules_ionic_core_dist_esm_ion-split-pane_entry_js"
  371. ],
  372. "./ion-tab-bar_2.entry.js": [
  373. 8902,
  374. "common",
  375. "node_modules_ionic_core_dist_esm_ion-tab-bar_2_entry_js"
  376. ],
  377. "./ion-tab_2.entry.js": [
  378. 199,
  379. "common",
  380. "node_modules_ionic_core_dist_esm_ion-tab_2_entry_js"
  381. ],
  382. "./ion-text.entry.js": [
  383. 8395,
  384. "node_modules_ionic_core_dist_esm_ion-text_entry_js"
  385. ],
  386. "./ion-textarea.entry.js": [
  387. 6357,
  388. "node_modules_ionic_core_dist_esm_ion-textarea_entry_js"
  389. ],
  390. "./ion-toast.entry.js": [
  391. 8268,
  392. "node_modules_ionic_core_dist_esm_ion-toast_entry_js"
  393. ],
  394. "./ion-toggle.entry.js": [
  395. 5269,
  396. "common",
  397. "node_modules_ionic_core_dist_esm_ion-toggle_entry_js"
  398. ],
  399. "./ion-virtual-scroll.entry.js": [
  400. 2875,
  401. "node_modules_ionic_core_dist_esm_ion-virtual-scroll_entry_js"
  402. ]
  403. };
  404. function webpackAsyncContext(req) {
  405. if(!__webpack_require__.o(map, req)) {
  406. return Promise.resolve().then(() => {
  407. var e = new Error("Cannot find module '" + req + "'");
  408. e.code = 'MODULE_NOT_FOUND';
  409. throw e;
  410. });
  411. }
  412. var ids = map[req], id = ids[0];
  413. return Promise.all(ids.slice(1).map(__webpack_require__.e)).then(() => {
  414. return __webpack_require__(id);
  415. });
  416. }
  417. webpackAsyncContext.keys = () => (Object.keys(map));
  418. webpackAsyncContext.id = 863;
  419. module.exports = webpackAsyncContext;
  420. /***/ }),
  421. /***/ 9259:
  422. /*!***********************************************!*\
  423. !*** ./src/app/app.component.scss?ngResource ***!
  424. \***********************************************/
  425. /***/ ((module) => {
  426. "use strict";
  427. module.exports = "\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJhcHAuY29tcG9uZW50LnNjc3MifQ== */";
  428. /***/ }),
  429. /***/ 3383:
  430. /*!***********************************************!*\
  431. !*** ./src/app/app.component.html?ngResource ***!
  432. \***********************************************/
  433. /***/ ((module) => {
  434. "use strict";
  435. module.exports = "<ion-app>\n <ion-menu side=\"start\" contentId=\"content\">\n <ion-header>\n <ion-toolbar>\n <ion-title class=\"menu-title\">Active Radio</ion-title>\n </ion-toolbar>\n </ion-header>\n <ion-content>\n <ion-list>\n <ion-menu-toggle auto-hide=\"true\">\n <ion-item routerLink=\"/tabs/tab1\" routerDirection=\"forward\">\n <ion-label>Tab 111</ion-label>\n </ion-item>\n <ion-item routerLink=\"/tabs/tab2\" routerDirection=\"forward\">\n <ion-label>Tab 2</ion-label>\n </ion-item>\n <ion-item routerLink=\"/tabs/tab3\" routerDirection=\"forward\">\n <ion-label>Tab 3</ion-label>\n </ion-item>\n </ion-menu-toggle>\n </ion-list>\n </ion-content>\n </ion-menu>\n <ion-router-outlet id=\"content\"></ion-router-outlet>\n</ion-app> \n";
  436. /***/ })
  437. },
  438. /******/ __webpack_require__ => { // webpackRuntimeModules
  439. /******/ var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
  440. /******/ __webpack_require__.O(0, ["vendor"], () => (__webpack_exec__(4431)));
  441. /******/ var __webpack_exports__ = __webpack_require__.O();
  442. /******/ }
  443. ]);
  444. //# sourceMappingURL=main.js.map