2021-01-15 15:31:43 +01:00
|
|
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
|
|
|
|
|
|
|
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
|
|
|
|
|
|
|
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
|
|
|
|
|
|
|
|
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["index-index-module"], {
|
|
|
|
|
/***/
|
|
|
|
|
"./node_modules/raw-loader/dist/cjs.js!./src/app/index/index.page.html":
|
|
|
|
|
/*!*****************************************************************************!*\
|
|
|
|
|
!*** ./node_modules/raw-loader/dist/cjs.js!./src/app/index/index.page.html ***!
|
|
|
|
|
\*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
/*! exports provided: default */
|
|
|
|
|
|
|
|
|
|
/***/
|
|
|
|
|
function node_modulesRawLoaderDistCjsJsSrcAppIndexIndexPageHtml(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
"use strict";
|
|
|
|
|
|
|
|
|
|
__webpack_require__.r(__webpack_exports__);
|
|
|
|
|
/* harmony default export */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__webpack_exports__["default"] = "<ion-content>\r\n <router-outlet></router-outlet>\r\n</ion-content>\r\n";
|
|
|
|
|
/***/
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
/***/
|
|
|
|
|
"./src/app/index/index-routing.module.ts":
|
|
|
|
|
/*!***********************************************!*\
|
|
|
|
|
!*** ./src/app/index/index-routing.module.ts ***!
|
|
|
|
|
\***********************************************/
|
|
|
|
|
|
|
|
|
|
/*! exports provided: IndexPageRoutingModule */
|
|
|
|
|
|
|
|
|
|
/***/
|
|
|
|
|
function srcAppIndexIndexRoutingModuleTs(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
"use strict";
|
|
|
|
|
|
|
|
|
|
__webpack_require__.r(__webpack_exports__);
|
|
|
|
|
/* harmony export (binding) */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__webpack_require__.d(__webpack_exports__, "IndexPageRoutingModule", function () {
|
|
|
|
|
return IndexPageRoutingModule;
|
|
|
|
|
});
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
|
|
|
/*! tslib */
|
|
|
|
|
"./node_modules/tslib/tslib.es6.js");
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
|
|
|
/*! @angular/core */
|
|
|
|
|
"./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js");
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _angular_router__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
|
|
|
/*! @angular/router */
|
|
|
|
|
"./node_modules/@angular/router/__ivy_ngcc__/fesm2015/router.js");
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _index_page__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
|
|
|
/*! ./index.page */
|
|
|
|
|
"./src/app/index/index.page.ts");
|
|
|
|
|
|
|
|
|
|
var routes = [{
|
|
|
|
|
path: '',
|
|
|
|
|
component: _index_page__WEBPACK_IMPORTED_MODULE_3__["IndexPage"],
|
|
|
|
|
|
|
|
|
|
/* canActivate: [IndexGuard], */
|
|
|
|
|
children: [
|
|
|
|
|
/*{
|
|
|
|
|
path: '',
|
|
|
|
|
loadChildren: ()=> import('../pages/welcome/welcome.module').then(m => m.WelcomePageModule)
|
|
|
|
|
}, */
|
|
|
|
|
{
|
|
|
|
|
path: '',
|
|
|
|
|
loadChildren: function loadChildren() {
|
|
|
|
|
return Promise.all(
|
|
|
|
|
/*! import() | pages-login-login-module */
|
2021-02-03 15:13:23 +01:00
|
|
|
[__webpack_require__.e("default~home-home-module~pages-chat-chat-module~pages-events-events-module~pages-login-login-module~~89b37816"), __webpack_require__.e("pages-login-login-module")]).then(__webpack_require__.bind(null,
|
2021-01-15 15:31:43 +01:00
|
|
|
/*! ../pages/login/login.module */
|
|
|
|
|
"./src/app/pages/login/login.module.ts")).then(function (m) {
|
|
|
|
|
return m.LoginPageModule;
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}]
|
|
|
|
|
}];
|
|
|
|
|
|
|
|
|
|
var IndexPageRoutingModule = function IndexPageRoutingModule() {
|
|
|
|
|
_classCallCheck(this, IndexPageRoutingModule);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
IndexPageRoutingModule = Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"])([Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["NgModule"])({
|
|
|
|
|
imports: [_angular_router__WEBPACK_IMPORTED_MODULE_2__["RouterModule"].forChild(routes)],
|
|
|
|
|
exports: [_angular_router__WEBPACK_IMPORTED_MODULE_2__["RouterModule"]]
|
|
|
|
|
})], IndexPageRoutingModule);
|
|
|
|
|
/***/
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
/***/
|
|
|
|
|
"./src/app/index/index.module.ts":
|
|
|
|
|
/*!***************************************!*\
|
|
|
|
|
!*** ./src/app/index/index.module.ts ***!
|
|
|
|
|
\***************************************/
|
|
|
|
|
|
|
|
|
|
/*! exports provided: IndexPageModule */
|
|
|
|
|
|
|
|
|
|
/***/
|
|
|
|
|
function srcAppIndexIndexModuleTs(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
"use strict";
|
|
|
|
|
|
|
|
|
|
__webpack_require__.r(__webpack_exports__);
|
|
|
|
|
/* harmony export (binding) */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__webpack_require__.d(__webpack_exports__, "IndexPageModule", function () {
|
|
|
|
|
return IndexPageModule;
|
|
|
|
|
});
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
|
|
|
/*! tslib */
|
|
|
|
|
"./node_modules/tslib/tslib.es6.js");
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
|
|
|
/*! @angular/core */
|
|
|
|
|
"./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js");
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _angular_common__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
|
|
|
/*! @angular/common */
|
|
|
|
|
"./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js");
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _angular_forms__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
|
|
|
/*! @angular/forms */
|
|
|
|
|
"./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js");
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _ionic_angular__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
|
|
|
/*! @ionic/angular */
|
|
|
|
|
"./node_modules/@ionic/angular/__ivy_ngcc__/fesm2015/ionic-angular.js");
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _index_routing_module__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
|
|
|
/*! ./index-routing.module */
|
|
|
|
|
"./src/app/index/index-routing.module.ts");
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _index_page__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
|
|
|
/*! ./index.page */
|
|
|
|
|
"./src/app/index/index.page.ts");
|
|
|
|
|
|
|
|
|
|
var IndexPageModule = function IndexPageModule() {
|
|
|
|
|
_classCallCheck(this, IndexPageModule);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
IndexPageModule = Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"])([Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["NgModule"])({
|
|
|
|
|
imports: [_angular_common__WEBPACK_IMPORTED_MODULE_2__["CommonModule"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["FormsModule"], _ionic_angular__WEBPACK_IMPORTED_MODULE_4__["IonicModule"], _index_routing_module__WEBPACK_IMPORTED_MODULE_5__["IndexPageRoutingModule"]],
|
|
|
|
|
declarations: [_index_page__WEBPACK_IMPORTED_MODULE_6__["IndexPage"]]
|
|
|
|
|
})], IndexPageModule);
|
|
|
|
|
/***/
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
/***/
|
|
|
|
|
"./src/app/index/index.page.scss":
|
|
|
|
|
/*!***************************************!*\
|
|
|
|
|
!*** ./src/app/index/index.page.scss ***!
|
|
|
|
|
\***************************************/
|
|
|
|
|
|
|
|
|
|
/*! exports provided: default */
|
|
|
|
|
|
|
|
|
|
/***/
|
|
|
|
|
function srcAppIndexIndexPageScss(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
"use strict";
|
|
|
|
|
|
|
|
|
|
__webpack_require__.r(__webpack_exports__);
|
|
|
|
|
/* harmony default export */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__webpack_exports__["default"] = "\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2luZGV4L2luZGV4LnBhZ2Uuc2NzcyJ9 */";
|
|
|
|
|
/***/
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
/***/
|
|
|
|
|
"./src/app/index/index.page.ts":
|
|
|
|
|
/*!*************************************!*\
|
|
|
|
|
!*** ./src/app/index/index.page.ts ***!
|
|
|
|
|
\*************************************/
|
|
|
|
|
|
|
|
|
|
/*! exports provided: IndexPage */
|
|
|
|
|
|
|
|
|
|
/***/
|
|
|
|
|
function srcAppIndexIndexPageTs(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
"use strict";
|
|
|
|
|
|
|
|
|
|
__webpack_require__.r(__webpack_exports__);
|
|
|
|
|
/* harmony export (binding) */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__webpack_require__.d(__webpack_exports__, "IndexPage", function () {
|
|
|
|
|
return IndexPage;
|
|
|
|
|
});
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
|
|
|
/*! tslib */
|
|
|
|
|
"./node_modules/tslib/tslib.es6.js");
|
|
|
|
|
/* harmony import */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
|
|
|
/*! @angular/core */
|
|
|
|
|
"./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js");
|
|
|
|
|
|
|
|
|
|
var IndexPage = /*#__PURE__*/function () {
|
|
|
|
|
function IndexPage() {
|
|
|
|
|
_classCallCheck(this, IndexPage);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
_createClass(IndexPage, [{
|
|
|
|
|
key: "ngOnInit",
|
|
|
|
|
value: function ngOnInit() {}
|
|
|
|
|
}]);
|
|
|
|
|
|
|
|
|
|
return IndexPage;
|
|
|
|
|
}();
|
|
|
|
|
|
|
|
|
|
IndexPage = Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"])([Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({
|
|
|
|
|
selector: 'app-index',
|
|
|
|
|
template: Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__importDefault"])(__webpack_require__(
|
|
|
|
|
/*! raw-loader!./index.page.html */
|
|
|
|
|
"./node_modules/raw-loader/dist/cjs.js!./src/app/index/index.page.html"))["default"],
|
|
|
|
|
styles: [Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__importDefault"])(__webpack_require__(
|
|
|
|
|
/*! ./index.page.scss */
|
|
|
|
|
"./src/app/index/index.page.scss"))["default"]]
|
|
|
|
|
})], IndexPage);
|
|
|
|
|
/***/
|
|
|
|
|
}
|
|
|
|
|
}]);
|
|
|
|
|
//# sourceMappingURL=index-index-module-es5.js.map
|