feat: initial build - static app kapp-pwa
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
(self["webpackChunkapp"] = self["webpackChunkapp"] || []).push([[4822],{
|
||||
|
||||
/***/ 94822:
|
||||
/*!***************************************************!*\
|
||||
!*** ./src/app/modules/parking/parking.module.ts ***!
|
||||
\***************************************************/
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "ParkingPageModule": () => (/* binding */ ParkingPageModule)
|
||||
/* harmony export */ });
|
||||
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/router */ 61380);
|
||||
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_angular_router__WEBPACK_IMPORTED_MODULE_0__);
|
||||
/* harmony import */ var _parking_routes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./parking.routes */ 79585);
|
||||
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ 45449);
|
||||
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_angular_core__WEBPACK_IMPORTED_MODULE_2__);
|
||||
|
||||
|
||||
|
||||
|
||||
class ParkingPageModule {
|
||||
}
|
||||
ParkingPageModule.ɵfac = function ParkingPageModule_Factory(t) { return new (t || ParkingPageModule)(); };
|
||||
ParkingPageModule.ɵmod = /*@__PURE__*/ _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdefineNgModule"]({ type: ParkingPageModule });
|
||||
ParkingPageModule.ɵinj = /*@__PURE__*/ _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵdefineInjector"]({ imports: [_angular_router__WEBPACK_IMPORTED_MODULE_0__.RouterModule.forChild(_parking_routes__WEBPACK_IMPORTED_MODULE_1__.parkingRoutes), _angular_router__WEBPACK_IMPORTED_MODULE_0__.RouterModule] });
|
||||
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && _angular_core__WEBPACK_IMPORTED_MODULE_2__["ɵɵsetNgModuleScope"](ParkingPageModule, { imports: [_angular_router__WEBPACK_IMPORTED_MODULE_0__.RouterModule], exports: [_angular_router__WEBPACK_IMPORTED_MODULE_0__.RouterModule] }); })();
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 79585:
|
||||
/*!***************************************************!*\
|
||||
!*** ./src/app/modules/parking/parking.routes.ts ***!
|
||||
\***************************************************/
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "parkingRoutes": () => (/* binding */ parkingRoutes)
|
||||
/* harmony export */ });
|
||||
const parkingRoutes = [
|
||||
{
|
||||
path: 'management',
|
||||
loadChildren: () => __webpack_require__.e(/*! import() */ 2200).then(__webpack_require__.bind(__webpack_require__, /*! ./management-space/management-space.module */ 62200)).then(m => m.ManagementSpacePageModule)
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
}])
|
||||
//# sourceMappingURL=4822.js.map
|
||||
Reference in New Issue
Block a user