aiber-test/www/home-home-module-es5.js

139 lines
4.8 KiB
JavaScript
Raw Normal View History

2020-12-18 09:30:04 +00:00
(function () {
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["home-home-module"], {
/***/
"./src/app/home/home-routing.module.ts":
/*!*********************************************!*\
!*** ./src/app/home/home-routing.module.ts ***!
\*********************************************/
/*! exports provided: HomePageRoutingModule */
/***/
function srcAppHomeHomeRoutingModuleTs(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export (binding) */
__webpack_require__.d(__webpack_exports__, "HomePageRoutingModule", function () {
return HomePageRoutingModule;
});
/* 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 _home_page__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
/*! ./home.page */
"./src/app/home/home.page.ts");
var routes = [{
path: '',
component: _home_page__WEBPACK_IMPORTED_MODULE_3__["HomePage"]
}];
var HomePageRoutingModule = function HomePageRoutingModule() {
_classCallCheck(this, HomePageRoutingModule);
};
HomePageRoutingModule = 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"]]
})], HomePageRoutingModule);
/***/
},
/***/
"./src/app/home/home.module.ts":
/*!*************************************!*\
!*** ./src/app/home/home.module.ts ***!
\*************************************/
/*! exports provided: HomePageModule */
/***/
function srcAppHomeHomeModuleTs(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export (binding) */
__webpack_require__.d(__webpack_exports__, "HomePageModule", function () {
return HomePageModule;
});
/* 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 _ionic_angular__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
/*! @ionic/angular */
"./node_modules/@ionic/angular/__ivy_ngcc__/fesm2015/ionic-angular.js");
/* harmony import */
var _angular_forms__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
/*! @angular/forms */
"./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js");
/* harmony import */
var _home_page__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
/*! ./home.page */
"./src/app/home/home.page.ts");
/* harmony import */
var _home_routing_module__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
/*! ./home-routing.module */
"./src/app/home/home-routing.module.ts");
var HomePageModule = function HomePageModule() {
_classCallCheck(this, HomePageModule);
};
HomePageModule = 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_4__["FormsModule"], _ionic_angular__WEBPACK_IMPORTED_MODULE_3__["IonicModule"], _home_routing_module__WEBPACK_IMPORTED_MODULE_6__["HomePageRoutingModule"]],
declarations: [_home_page__WEBPACK_IMPORTED_MODULE_5__["HomePage"]]
})], HomePageModule);
/***/
}
}]);
})();
//# sourceMappingURL=home-home-module-es5.js.map