| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501 |
- (self["webpackChunkapp"] = self["webpackChunkapp"] || []).push([["main"],{
- /***/ 158:
- /*!***************************************!*\
- !*** ./src/app/app-routing.module.ts ***!
- \***************************************/
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
- /* harmony export */ "AppRoutingModule": () => (/* binding */ AppRoutingModule)
- /* harmony export */ });
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ 4929);
- /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ 3184);
- /* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/router */ 2816);
- const routes = [
- // {
- // path: 'home',
- // loadChildren: () => import('./home/home.module').then( m => m.HomePageModule)
- // },
- // {
- // path: 'navtabs',
- // loadChildren: () => import('./navtabs/navtabs.module').then( m => m.NavtabsPageModule)
- // },
- {
- path: '',
- redirectTo: 'navtabs',
- pathMatch: 'full'
- },
- {
- path: 'navtabs',
- 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)
- },
- // {
- // path: 'news-detail',
- // loadChildren: () => import('./news-detail/news-detail.module').then( m => m.NewsDetailPageModule)
- // },
- // {
- // path: 'youtube',
- // loadChildren: () => import('./youtube/youtube.module').then( m => m.YoutubePageModule)
- // },
- // {
- // path: 'article',
- // loadChildren: () => import('./article/article.module').then( m => m.ArticlePageModule)
- // },
- // {
- // path: 'navtabs',
- // loadChildren: () => import('./navtabs/navtabs.module').then( m => m.NavtabsPageModule)
- // },
- ];
- let AppRoutingModule = class AppRoutingModule {
- };
- AppRoutingModule = (0,tslib__WEBPACK_IMPORTED_MODULE_0__.__decorate)([
- (0,_angular_core__WEBPACK_IMPORTED_MODULE_1__.NgModule)({
- imports: [
- _angular_router__WEBPACK_IMPORTED_MODULE_2__.RouterModule.forRoot(routes, { preloadingStrategy: _angular_router__WEBPACK_IMPORTED_MODULE_2__.PreloadAllModules })
- ],
- exports: [_angular_router__WEBPACK_IMPORTED_MODULE_2__.RouterModule]
- })
- ], AppRoutingModule);
- /***/ }),
- /***/ 5041:
- /*!**********************************!*\
- !*** ./src/app/app.component.ts ***!
- \**********************************/
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
- /* harmony export */ "AppComponent": () => (/* binding */ AppComponent)
- /* harmony export */ });
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ 4929);
- /* harmony import */ var _app_component_html_ngResource__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./app.component.html?ngResource */ 3383);
- /* harmony import */ var _app_component_scss_ngResource__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./app.component.scss?ngResource */ 9259);
- /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/core */ 3184);
- let AppComponent = class AppComponent {
- constructor() { }
- };
- AppComponent.ctorParameters = () => [];
- AppComponent = (0,tslib__WEBPACK_IMPORTED_MODULE_2__.__decorate)([
- (0,_angular_core__WEBPACK_IMPORTED_MODULE_3__.Component)({
- selector: 'app-root',
- template: _app_component_html_ngResource__WEBPACK_IMPORTED_MODULE_0__,
- styles: [_app_component_scss_ngResource__WEBPACK_IMPORTED_MODULE_1__]
- })
- ], AppComponent);
- /***/ }),
- /***/ 6747:
- /*!*******************************!*\
- !*** ./src/app/app.module.ts ***!
- \*******************************/
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
- /* harmony export */ "AppModule": () => (/* binding */ AppModule)
- /* harmony export */ });
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! tslib */ 4929);
- /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @angular/core */ 3184);
- /* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @angular/platform-browser */ 318);
- /* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @angular/router */ 2816);
- /* harmony import */ var _ionic_angular__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @ionic/angular */ 3819);
- /* harmony import */ var _app_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./app.component */ 5041);
- /* harmony import */ var _app_routing_module__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./app-routing.module */ 158);
- /* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @angular/common/http */ 8784);
- /* harmony import */ var _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @fortawesome/angular-fontawesome */ 9397);
- /* harmony import */ var _fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @fortawesome/free-solid-svg-icons */ 9306);
- /* harmony import */ var _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @fortawesome/free-regular-svg-icons */ 2898);
- /* harmony import */ var _fortawesome_free_brands_svg_icons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @fortawesome/free-brands-svg-icons */ 2257);
- // import { WpdataService } from './services/wpdata.service';
- let AppModule = class AppModule {
- constructor(library) {
- 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);
- }
- };
- AppModule.ctorParameters = () => [
- { type: _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_5__.FaIconLibrary }
- ];
- AppModule = (0,tslib__WEBPACK_IMPORTED_MODULE_6__.__decorate)([
- (0,_angular_core__WEBPACK_IMPORTED_MODULE_7__.NgModule)({
- declarations: [_app_component__WEBPACK_IMPORTED_MODULE_0__.AppComponent],
- imports: [
- _angular_platform_browser__WEBPACK_IMPORTED_MODULE_8__.BrowserModule,
- _ionic_angular__WEBPACK_IMPORTED_MODULE_9__.IonicModule.forRoot(),
- _app_routing_module__WEBPACK_IMPORTED_MODULE_1__.AppRoutingModule,
- _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_5__.FontAwesomeModule,
- _angular_common_http__WEBPACK_IMPORTED_MODULE_10__.HttpClientModule,
- // WpdataService,
- // HttpClient,
- // HttpHeaders
- ],
- providers: [{ provide: _angular_router__WEBPACK_IMPORTED_MODULE_11__.RouteReuseStrategy, useClass: _ionic_angular__WEBPACK_IMPORTED_MODULE_9__.IonicRouteStrategy }],
- bootstrap: [_app_component__WEBPACK_IMPORTED_MODULE_0__.AppComponent],
- })
- ], AppModule);
- /***/ }),
- /***/ 2340:
- /*!*****************************************!*\
- !*** ./src/environments/environment.ts ***!
- \*****************************************/
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
- /* harmony export */ "environment": () => (/* binding */ environment)
- /* harmony export */ });
- // This file can be replaced during build by using the `fileReplacements` array.
- // `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
- // The list of file replacements can be found in `angular.json`.
- const environment = {
- production: false
- };
- /*
- * For easier debugging in development mode, you can import the following file
- * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
- *
- * This import should be commented out in production mode because it will have a negative impact
- * on performance if an error is thrown.
- */
- // import 'zone.js/dist/zone-error'; // Included with Angular CLI.
- /***/ }),
- /***/ 4431:
- /*!*********************!*\
- !*** ./src/main.ts ***!
- \*********************/
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ 3184);
- /* harmony import */ var _angular_platform_browser_dynamic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/platform-browser-dynamic */ 8150);
- /* harmony import */ var _app_app_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./app/app.module */ 6747);
- /* harmony import */ var _environments_environment__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./environments/environment */ 2340);
- if (_environments_environment__WEBPACK_IMPORTED_MODULE_1__.environment.production) {
- (0,_angular_core__WEBPACK_IMPORTED_MODULE_2__.enableProdMode)();
- }
- (0,_angular_platform_browser_dynamic__WEBPACK_IMPORTED_MODULE_3__.platformBrowserDynamic)().bootstrapModule(_app_app_module__WEBPACK_IMPORTED_MODULE_0__.AppModule)
- .catch(err => console.log(err));
- /***/ }),
- /***/ 863:
- /*!******************************************************************************************************************************************!*\
- !*** ./node_modules/@ionic/core/dist/esm/ lazy ^\.\/.*\.entry\.js$ include: \.entry\.js$ exclude: \.system\.entry\.js$ namespace object ***!
- \******************************************************************************************************************************************/
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
- var map = {
- "./ion-accordion_2.entry.js": [
- 79,
- "common",
- "node_modules_ionic_core_dist_esm_ion-accordion_2_entry_js"
- ],
- "./ion-action-sheet.entry.js": [
- 5593,
- "common",
- "node_modules_ionic_core_dist_esm_ion-action-sheet_entry_js"
- ],
- "./ion-alert.entry.js": [
- 3225,
- "common",
- "node_modules_ionic_core_dist_esm_ion-alert_entry_js"
- ],
- "./ion-app_8.entry.js": [
- 4812,
- "common",
- "node_modules_ionic_core_dist_esm_ion-app_8_entry_js"
- ],
- "./ion-avatar_3.entry.js": [
- 6655,
- "node_modules_ionic_core_dist_esm_ion-avatar_3_entry_js"
- ],
- "./ion-back-button.entry.js": [
- 4856,
- "common",
- "node_modules_ionic_core_dist_esm_ion-back-button_entry_js"
- ],
- "./ion-backdrop.entry.js": [
- 3059,
- "node_modules_ionic_core_dist_esm_ion-backdrop_entry_js"
- ],
- "./ion-breadcrumb_2.entry.js": [
- 8648,
- "common",
- "node_modules_ionic_core_dist_esm_ion-breadcrumb_2_entry_js"
- ],
- "./ion-button_2.entry.js": [
- 8308,
- "node_modules_ionic_core_dist_esm_ion-button_2_entry_js"
- ],
- "./ion-card_5.entry.js": [
- 4690,
- "node_modules_ionic_core_dist_esm_ion-card_5_entry_js"
- ],
- "./ion-checkbox.entry.js": [
- 4090,
- "node_modules_ionic_core_dist_esm_ion-checkbox_entry_js"
- ],
- "./ion-chip.entry.js": [
- 6214,
- "node_modules_ionic_core_dist_esm_ion-chip_entry_js"
- ],
- "./ion-col_3.entry.js": [
- 9447,
- "node_modules_ionic_core_dist_esm_ion-col_3_entry_js"
- ],
- "./ion-datetime-button.entry.js": [
- 7950,
- "default-node_modules_ionic_core_dist_esm_parse-71f28cd7_js-node_modules_ionic_core_dist_esm_t-0c999b",
- "node_modules_ionic_core_dist_esm_ion-datetime-button_entry_js"
- ],
- "./ion-datetime_3.entry.js": [
- 9689,
- "default-node_modules_ionic_core_dist_esm_parse-71f28cd7_js-node_modules_ionic_core_dist_esm_t-0c999b",
- "common",
- "node_modules_ionic_core_dist_esm_ion-datetime_3_entry_js"
- ],
- "./ion-fab_3.entry.js": [
- 8840,
- "common",
- "node_modules_ionic_core_dist_esm_ion-fab_3_entry_js"
- ],
- "./ion-img.entry.js": [
- 749,
- "node_modules_ionic_core_dist_esm_ion-img_entry_js"
- ],
- "./ion-infinite-scroll_2.entry.js": [
- 9667,
- "common",
- "node_modules_ionic_core_dist_esm_ion-infinite-scroll_2_entry_js"
- ],
- "./ion-input.entry.js": [
- 3288,
- "node_modules_ionic_core_dist_esm_ion-input_entry_js"
- ],
- "./ion-item-option_3.entry.js": [
- 5473,
- "common",
- "node_modules_ionic_core_dist_esm_ion-item-option_3_entry_js"
- ],
- "./ion-item_8.entry.js": [
- 3634,
- "common",
- "node_modules_ionic_core_dist_esm_ion-item_8_entry_js"
- ],
- "./ion-loading.entry.js": [
- 2855,
- "node_modules_ionic_core_dist_esm_ion-loading_entry_js"
- ],
- "./ion-menu_3.entry.js": [
- 495,
- "common",
- "node_modules_ionic_core_dist_esm_ion-menu_3_entry_js"
- ],
- "./ion-modal.entry.js": [
- 8737,
- "common",
- "node_modules_ionic_core_dist_esm_ion-modal_entry_js"
- ],
- "./ion-nav_2.entry.js": [
- 9632,
- "common",
- "node_modules_ionic_core_dist_esm_ion-nav_2_entry_js"
- ],
- "./ion-picker-column-internal.entry.js": [
- 4446,
- "common",
- "node_modules_ionic_core_dist_esm_ion-picker-column-internal_entry_js"
- ],
- "./ion-picker-internal.entry.js": [
- 2275,
- "node_modules_ionic_core_dist_esm_ion-picker-internal_entry_js"
- ],
- "./ion-popover.entry.js": [
- 8050,
- "common",
- "node_modules_ionic_core_dist_esm_ion-popover_entry_js"
- ],
- "./ion-progress-bar.entry.js": [
- 8994,
- "node_modules_ionic_core_dist_esm_ion-progress-bar_entry_js"
- ],
- "./ion-radio_2.entry.js": [
- 3592,
- "node_modules_ionic_core_dist_esm_ion-radio_2_entry_js"
- ],
- "./ion-range.entry.js": [
- 5454,
- "common",
- "node_modules_ionic_core_dist_esm_ion-range_entry_js"
- ],
- "./ion-refresher_2.entry.js": [
- 290,
- "common",
- "node_modules_ionic_core_dist_esm_ion-refresher_2_entry_js"
- ],
- "./ion-reorder_2.entry.js": [
- 2666,
- "common",
- "node_modules_ionic_core_dist_esm_ion-reorder_2_entry_js"
- ],
- "./ion-ripple-effect.entry.js": [
- 4816,
- "node_modules_ionic_core_dist_esm_ion-ripple-effect_entry_js"
- ],
- "./ion-route_4.entry.js": [
- 5534,
- "node_modules_ionic_core_dist_esm_ion-route_4_entry_js"
- ],
- "./ion-searchbar.entry.js": [
- 4902,
- "common",
- "node_modules_ionic_core_dist_esm_ion-searchbar_entry_js"
- ],
- "./ion-segment_2.entry.js": [
- 1938,
- "common",
- "node_modules_ionic_core_dist_esm_ion-segment_2_entry_js"
- ],
- "./ion-select_3.entry.js": [
- 8179,
- "node_modules_ionic_core_dist_esm_ion-select_3_entry_js"
- ],
- "./ion-slide_2.entry.js": [
- 668,
- "node_modules_ionic_core_dist_esm_ion-slide_2_entry_js"
- ],
- "./ion-spinner.entry.js": [
- 1624,
- "common",
- "node_modules_ionic_core_dist_esm_ion-spinner_entry_js"
- ],
- "./ion-split-pane.entry.js": [
- 9989,
- "node_modules_ionic_core_dist_esm_ion-split-pane_entry_js"
- ],
- "./ion-tab-bar_2.entry.js": [
- 8902,
- "common",
- "node_modules_ionic_core_dist_esm_ion-tab-bar_2_entry_js"
- ],
- "./ion-tab_2.entry.js": [
- 199,
- "common",
- "node_modules_ionic_core_dist_esm_ion-tab_2_entry_js"
- ],
- "./ion-text.entry.js": [
- 8395,
- "node_modules_ionic_core_dist_esm_ion-text_entry_js"
- ],
- "./ion-textarea.entry.js": [
- 6357,
- "node_modules_ionic_core_dist_esm_ion-textarea_entry_js"
- ],
- "./ion-toast.entry.js": [
- 8268,
- "node_modules_ionic_core_dist_esm_ion-toast_entry_js"
- ],
- "./ion-toggle.entry.js": [
- 5269,
- "common",
- "node_modules_ionic_core_dist_esm_ion-toggle_entry_js"
- ],
- "./ion-virtual-scroll.entry.js": [
- 2875,
- "node_modules_ionic_core_dist_esm_ion-virtual-scroll_entry_js"
- ]
- };
- function webpackAsyncContext(req) {
- if(!__webpack_require__.o(map, req)) {
- return Promise.resolve().then(() => {
- var e = new Error("Cannot find module '" + req + "'");
- e.code = 'MODULE_NOT_FOUND';
- throw e;
- });
- }
- var ids = map[req], id = ids[0];
- return Promise.all(ids.slice(1).map(__webpack_require__.e)).then(() => {
- return __webpack_require__(id);
- });
- }
- webpackAsyncContext.keys = () => (Object.keys(map));
- webpackAsyncContext.id = 863;
- module.exports = webpackAsyncContext;
- /***/ }),
- /***/ 9259:
- /*!***********************************************!*\
- !*** ./src/app/app.component.scss?ngResource ***!
- \***********************************************/
- /***/ ((module) => {
- "use strict";
- module.exports = "\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJhcHAuY29tcG9uZW50LnNjc3MifQ== */";
- /***/ }),
- /***/ 3383:
- /*!***********************************************!*\
- !*** ./src/app/app.component.html?ngResource ***!
- \***********************************************/
- /***/ ((module) => {
- "use strict";
- 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";
- /***/ })
- },
- /******/ __webpack_require__ => { // webpackRuntimeModules
- /******/ var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
- /******/ __webpack_require__.O(0, ["vendor"], () => (__webpack_exec__(4431)));
- /******/ var __webpack_exports__ = __webpack_require__.O();
- /******/ }
- ]);
- //# sourceMappingURL=main.js.map
|