????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/log-cay-xanhs/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/log-cay-xanhs/log-cay-xanhs.module.js |
"use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); 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; return c > 3 && r && Object.defineProperty(target, key, r), r; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.LogCayXanhsModule = void 0; const common_1 = require("@nestjs/common"); const log_cay_xanhs_service_1 = require("./log-cay-xanhs.service"); const log_cay_xanhs_controller_1 = require("./log-cay-xanhs.controller"); const typeorm_1 = require("@nestjs/typeorm"); const log_cay_xanh_entity_1 = require("./entities/log-cay-xanh.entity"); const ht_cay_xanhs_module_1 = require("../ht-cay-xanhs/ht-cay-xanhs.module"); let LogCayXanhsModule = class LogCayXanhsModule { }; exports.LogCayXanhsModule = LogCayXanhsModule; exports.LogCayXanhsModule = LogCayXanhsModule = __decorate([ (0, common_1.Module)({ imports: [typeorm_1.TypeOrmModule.forFeature([log_cay_xanh_entity_1.LogCayXanh]), ht_cay_xanhs_module_1.HTCayXanhsModule], controllers: [log_cay_xanhs_controller_1.LogCayXanhsController], providers: [log_cay_xanhs_service_1.LogCayXanhsService], exports: [log_cay_xanhs_service_1.LogCayXanhsService], }) ], LogCayXanhsModule); //# sourceMappingURL=log-cay-xanhs.module.js.map