123456789101112131415161718192021222324252627282930313233343536373839404142
  1. webpackJsonp([4],{
  2. /***/ 680:
  3. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  4. "use strict";
  5. Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
  6. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DestinationDetailsPageModule", function() { return DestinationDetailsPageModule; });
  7. /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(1);
  8. /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(29);
  9. /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__destination_details__ = __webpack_require__(150);
  10. var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  11. var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  12. if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  13. else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  14. return c > 3 && r && Object.defineProperty(target, key, r), r;
  15. };
  16. var DestinationDetailsPageModule = /** @class */ (function () {
  17. function DestinationDetailsPageModule() {
  18. }
  19. DestinationDetailsPageModule = __decorate([
  20. Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["I" /* NgModule */])({
  21. declarations: [
  22. __WEBPACK_IMPORTED_MODULE_2__destination_details__["a" /* DestinationDetailsPage */],
  23. ],
  24. imports: [
  25. __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["d" /* IonicPageModule */].forChild(__WEBPACK_IMPORTED_MODULE_2__destination_details__["a" /* DestinationDetailsPage */]),
  26. ],
  27. })
  28. ], DestinationDetailsPageModule);
  29. return DestinationDetailsPageModule;
  30. }());
  31. //# sourceMappingURL=destination-details.module.js.map
  32. /***/ })
  33. });
  34. //# sourceMappingURL=4.js.map