mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
137 lines
5.2 KiB
JavaScript
137 lines
5.2 KiB
JavaScript
|
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
||
|
|
|
||
|
|
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["conversation-conversation-module"], {
|
||
|
|
/***/
|
||
|
|
"./src/app/pages/chat/conversation/conversation-routing.module.ts":
|
||
|
|
/*!************************************************************************!*\
|
||
|
|
!*** ./src/app/pages/chat/conversation/conversation-routing.module.ts ***!
|
||
|
|
\************************************************************************/
|
||
|
|
|
||
|
|
/*! exports provided: ConversationPageRoutingModule */
|
||
|
|
|
||
|
|
/***/
|
||
|
|
function srcAppPagesChatConversationConversationRoutingModuleTs(module, __webpack_exports__, __webpack_require__) {
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
__webpack_require__.r(__webpack_exports__);
|
||
|
|
/* harmony export (binding) */
|
||
|
|
|
||
|
|
|
||
|
|
__webpack_require__.d(__webpack_exports__, "ConversationPageRoutingModule", function () {
|
||
|
|
return ConversationPageRoutingModule;
|
||
|
|
});
|
||
|
|
/* 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 _conversation_page__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
||
|
|
/*! ./conversation.page */
|
||
|
|
"./src/app/pages/chat/conversation/conversation.page.ts");
|
||
|
|
|
||
|
|
var routes = [{
|
||
|
|
path: '',
|
||
|
|
component: _conversation_page__WEBPACK_IMPORTED_MODULE_3__["ConversationPage"]
|
||
|
|
}];
|
||
|
|
|
||
|
|
var ConversationPageRoutingModule = function ConversationPageRoutingModule() {
|
||
|
|
_classCallCheck(this, ConversationPageRoutingModule);
|
||
|
|
};
|
||
|
|
|
||
|
|
ConversationPageRoutingModule = 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"]]
|
||
|
|
})], ConversationPageRoutingModule);
|
||
|
|
/***/
|
||
|
|
},
|
||
|
|
|
||
|
|
/***/
|
||
|
|
"./src/app/pages/chat/conversation/conversation.module.ts":
|
||
|
|
/*!****************************************************************!*\
|
||
|
|
!*** ./src/app/pages/chat/conversation/conversation.module.ts ***!
|
||
|
|
\****************************************************************/
|
||
|
|
|
||
|
|
/*! exports provided: ConversationPageModule */
|
||
|
|
|
||
|
|
/***/
|
||
|
|
function srcAppPagesChatConversationConversationModuleTs(module, __webpack_exports__, __webpack_require__) {
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
__webpack_require__.r(__webpack_exports__);
|
||
|
|
/* harmony export (binding) */
|
||
|
|
|
||
|
|
|
||
|
|
__webpack_require__.d(__webpack_exports__, "ConversationPageModule", function () {
|
||
|
|
return ConversationPageModule;
|
||
|
|
});
|
||
|
|
/* 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 _conversation_routing_module__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
||
|
|
/*! ./conversation-routing.module */
|
||
|
|
"./src/app/pages/chat/conversation/conversation-routing.module.ts");
|
||
|
|
/* harmony import */
|
||
|
|
|
||
|
|
|
||
|
|
var _conversation_page__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
||
|
|
/*! ./conversation.page */
|
||
|
|
"./src/app/pages/chat/conversation/conversation.page.ts");
|
||
|
|
|
||
|
|
var ConversationPageModule = function ConversationPageModule() {
|
||
|
|
_classCallCheck(this, ConversationPageModule);
|
||
|
|
};
|
||
|
|
|
||
|
|
ConversationPageModule = 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"], _conversation_routing_module__WEBPACK_IMPORTED_MODULE_5__["ConversationPageRoutingModule"]],
|
||
|
|
declarations: [_conversation_page__WEBPACK_IMPORTED_MODULE_6__["ConversationPage"]]
|
||
|
|
})], ConversationPageModule);
|
||
|
|
/***/
|
||
|
|
}
|
||
|
|
}]);
|
||
|
|
//# sourceMappingURL=conversation-conversation-module-es5.js.map
|