mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
83 lines
4.2 KiB
JavaScript
83 lines
4.2 KiB
JavaScript
|
|
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["shared-header-header-module"],{
|
||
|
|
|
||
|
|
/***/ "./src/app/shared/header/header-routing.module.ts":
|
||
|
|
/*!********************************************************!*\
|
||
|
|
!*** ./src/app/shared/header/header-routing.module.ts ***!
|
||
|
|
\********************************************************/
|
||
|
|
/*! exports provided: HeaderPageRoutingModule */
|
||
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||
|
|
|
||
|
|
"use strict";
|
||
|
|
__webpack_require__.r(__webpack_exports__);
|
||
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HeaderPageRoutingModule", function() { return HeaderPageRoutingModule; });
|
||
|
|
/* 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 _header_page__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./header.page */ "./src/app/shared/header/header.page.ts");
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
const routes = [
|
||
|
|
{
|
||
|
|
path: '',
|
||
|
|
component: _header_page__WEBPACK_IMPORTED_MODULE_3__["HeaderPage"]
|
||
|
|
}
|
||
|
|
];
|
||
|
|
let HeaderPageRoutingModule = class HeaderPageRoutingModule {
|
||
|
|
};
|
||
|
|
HeaderPageRoutingModule = 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"]],
|
||
|
|
})
|
||
|
|
], HeaderPageRoutingModule);
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
/***/ }),
|
||
|
|
|
||
|
|
/***/ "./src/app/shared/header/header.module.ts":
|
||
|
|
/*!************************************************!*\
|
||
|
|
!*** ./src/app/shared/header/header.module.ts ***!
|
||
|
|
\************************************************/
|
||
|
|
/*! exports provided: HeaderPageModule */
|
||
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||
|
|
|
||
|
|
"use strict";
|
||
|
|
__webpack_require__.r(__webpack_exports__);
|
||
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HeaderPageModule", function() { return HeaderPageModule; });
|
||
|
|
/* 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 _header_routing_module__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./header-routing.module */ "./src/app/shared/header/header-routing.module.ts");
|
||
|
|
/* harmony import */ var _header_page__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./header.page */ "./src/app/shared/header/header.page.ts");
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
let HeaderPageModule = class HeaderPageModule {
|
||
|
|
};
|
||
|
|
HeaderPageModule = 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"],
|
||
|
|
_header_routing_module__WEBPACK_IMPORTED_MODULE_5__["HeaderPageRoutingModule"]
|
||
|
|
],
|
||
|
|
declarations: [_header_page__WEBPACK_IMPORTED_MODULE_6__["HeaderPage"]]
|
||
|
|
})
|
||
|
|
], HeaderPageModule);
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
/***/ })
|
||
|
|
|
||
|
|
}]);
|
||
|
|
//# sourceMappingURL=shared-header-header-module-es2015.js.map
|