| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- "use strict";
- (self["webpackChunkapp"] = self["webpackChunkapp"] || []).push([["src_app_navtabs_navtabs_module_ts"],{
- /***/ 3255:
- /*!***************************************************!*\
- !*** ./src/app/navtabs/navtabs-routing.module.ts ***!
- \***************************************************/
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
- __webpack_require__.r(__webpack_exports__);
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
- /* harmony export */ "NavtabsPageRoutingModule": () => (/* binding */ NavtabsPageRoutingModule)
- /* harmony export */ });
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ 4929);
- /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ 3184);
- /* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/router */ 2816);
- /* harmony import */ var _navtabs_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./navtabs.page */ 4628);
- const routes = [
- {
- path: 'navtabsTab',
- component: _navtabs_page__WEBPACK_IMPORTED_MODULE_0__.NavtabsPage,
- children: [
- {
- path: 'home',
- loadChildren: () => Promise.all(/*! import() */[__webpack_require__.e("common"), __webpack_require__.e("src_app_home_home_module_ts")]).then(__webpack_require__.bind(__webpack_require__, /*! ../home/home.module */ 3467)).then(m => m.HomePageModule)
- },
- {
- path: 'news',
- loadChildren: () => Promise.all(/*! import() */[__webpack_require__.e("common"), __webpack_require__.e("src_app_news_news_module_ts")]).then(__webpack_require__.bind(__webpack_require__, /*! ../news/news.module */ 1926)).then(m => m.NewsPageModule)
- },
- {
- path: 'news-detail/:id',
- loadChildren: () => Promise.all(/*! import() */[__webpack_require__.e("common"), __webpack_require__.e("src_app_news-detail_news-detail_module_ts")]).then(__webpack_require__.bind(__webpack_require__, /*! ../news-detail/news-detail.module */ 9644)).then(m => m.NewsDetailPageModule)
- },
- {
- path: 'article',
- loadChildren: () => __webpack_require__.e(/*! import() */ "src_app_article_article_module_ts").then(__webpack_require__.bind(__webpack_require__, /*! ../article/article.module */ 5745)).then(m => m.ArticlePageModule)
- },
- {
- path: 'youtube',
- loadChildren: () => __webpack_require__.e(/*! import() */ "src_app_youtube_youtube_module_ts").then(__webpack_require__.bind(__webpack_require__, /*! ../youtube/youtube.module */ 3756)).then(m => m.YoutubePageModule)
- },
- {
- path: '',
- redirectTo: '/navtabs/navtabsTab/home',
- pathMatch: 'full'
- }
- ]
- },
- {
- path: '',
- redirectTo: '/navtabs/navtabsTab/home',
- pathMatch: 'full'
- }
- ];
- let NavtabsPageRoutingModule = class NavtabsPageRoutingModule {
- };
- NavtabsPageRoutingModule = (0,tslib__WEBPACK_IMPORTED_MODULE_1__.__decorate)([
- (0,_angular_core__WEBPACK_IMPORTED_MODULE_2__.NgModule)({
- imports: [_angular_router__WEBPACK_IMPORTED_MODULE_3__.RouterModule.forChild(routes)],
- exports: [_angular_router__WEBPACK_IMPORTED_MODULE_3__.RouterModule],
- })
- ], NavtabsPageRoutingModule);
- /***/ }),
- /***/ 228:
- /*!*******************************************!*\
- !*** ./src/app/navtabs/navtabs.module.ts ***!
- \*******************************************/
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
- __webpack_require__.r(__webpack_exports__);
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
- /* harmony export */ "NavtabsPageModule": () => (/* binding */ NavtabsPageModule)
- /* harmony export */ });
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ 4929);
- /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/core */ 3184);
- /* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common */ 6362);
- /* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @angular/forms */ 587);
- /* harmony import */ var _ionic_angular__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @ionic/angular */ 3819);
- /* harmony import */ var _navtabs_routing_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./navtabs-routing.module */ 3255);
- /* harmony import */ var _navtabs_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./navtabs.page */ 4628);
- let NavtabsPageModule = class NavtabsPageModule {
- };
- NavtabsPageModule = (0,tslib__WEBPACK_IMPORTED_MODULE_2__.__decorate)([
- (0,_angular_core__WEBPACK_IMPORTED_MODULE_3__.NgModule)({
- imports: [
- _angular_common__WEBPACK_IMPORTED_MODULE_4__.CommonModule,
- _angular_forms__WEBPACK_IMPORTED_MODULE_5__.FormsModule,
- _ionic_angular__WEBPACK_IMPORTED_MODULE_6__.IonicModule,
- _navtabs_routing_module__WEBPACK_IMPORTED_MODULE_0__.NavtabsPageRoutingModule
- ],
- declarations: [_navtabs_page__WEBPACK_IMPORTED_MODULE_1__.NavtabsPage]
- })
- ], NavtabsPageModule);
- /***/ }),
- /***/ 4628:
- /*!*****************************************!*\
- !*** ./src/app/navtabs/navtabs.page.ts ***!
- \*****************************************/
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
- __webpack_require__.r(__webpack_exports__);
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
- /* harmony export */ "NavtabsPage": () => (/* binding */ NavtabsPage)
- /* harmony export */ });
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ 4929);
- /* harmony import */ var _navtabs_page_html_ngResource__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./navtabs.page.html?ngResource */ 533);
- /* harmony import */ var _navtabs_page_scss_ngResource__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./navtabs.page.scss?ngResource */ 9618);
- /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/core */ 3184);
- let NavtabsPage = class NavtabsPage {
- constructor() { }
- ngOnInit() {
- }
- };
- NavtabsPage.ctorParameters = () => [];
- NavtabsPage = (0,tslib__WEBPACK_IMPORTED_MODULE_2__.__decorate)([
- (0,_angular_core__WEBPACK_IMPORTED_MODULE_3__.Component)({
- selector: 'app-navtabs',
- template: _navtabs_page_html_ngResource__WEBPACK_IMPORTED_MODULE_0__,
- styles: [_navtabs_page_scss_ngResource__WEBPACK_IMPORTED_MODULE_1__]
- })
- ], NavtabsPage);
- /***/ }),
- /***/ 9618:
- /*!******************************************************!*\
- !*** ./src/app/navtabs/navtabs.page.scss?ngResource ***!
- \******************************************************/
- /***/ ((module) => {
- module.exports = "\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJuYXZ0YWJzLnBhZ2Uuc2NzcyJ9 */";
- /***/ }),
- /***/ 533:
- /*!******************************************************!*\
- !*** ./src/app/navtabs/navtabs.page.html?ngResource ***!
- \******************************************************/
- /***/ ((module) => {
- module.exports = "\n<ion-tabs>\n <ion-tab-bar slot=\"bottom\">\n <ion-tab-button tab=\"home\">\n <ion-icon name=\"globe\"></ion-icon>\n <!-- <ion-label>Home</ion-label> --> \n </ion-tab-button>\n <ion-tab-button tab=\"news\">\n <ion-icon name=\"football\"></ion-icon>\n <!-- <ion-label>News</ion-label> -->\n </ion-tab-button>\n <ion-tab-button tab=\"#\">\n <ion-icon name=\"play-circle\"></ion-icon>\n <!-- <ion-label>Audio</ion-label> -->\n </ion-tab-button> \n <ion-tab-button tab=\"youtube\">\n <ion-icon name=\"logo-youtube\"></ion-icon>\n <!-- <ion-label>Youtube</ion-label> -->\n </ion-tab-button> \n <ion-tab-button tab=\"#\">\n <ion-icon name=\"videocam\"></ion-icon>\n <!-- <ion-label>Video</ion-label> -->\n </ion-tab-button>\n </ion-tab-bar>\n</ion-tabs>";
- /***/ })
- }]);
- //# sourceMappingURL=src_app_navtabs_navtabs_module_ts.js.map
|