????

Your IP : 216.73.216.131


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/thoat-nuoc-thais/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/thoat-nuoc-thais/thoat-nuoc-thais.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.ThoatNuocMuasModule = void 0;
const common_1 = require("@nestjs/common");
const cong_thoat_nuocs_module_1 = require("./cong-thoat-nuocs/cong-thoat-nuocs.module");
const giengs_module_1 = require("./giengs/giengs.module");
const ho_gas_module_1 = require("./ho-gas/ho-gas.module");
const tram_boms_module_1 = require("./tram-boms/tram-boms.module");
const core_1 = require("@nestjs/core");
const cong_cap_mots_module_1 = require("./cong-thoat-nuocs/cong-cap-mots/cong-cap-mots.module");
const cong_cap_hais_module_1 = require("./cong-thoat-nuocs/cong-cap-hais/cong-cap-hais.module");
const mieng_xas_module_1 = require("./mieng-xas/mieng-xas.module");
let ThoatNuocMuasModule = class ThoatNuocMuasModule {
};
exports.ThoatNuocMuasModule = ThoatNuocMuasModule;
exports.ThoatNuocMuasModule = ThoatNuocMuasModule = __decorate([
    (0, common_1.Module)({
        imports: [
            cong_thoat_nuocs_module_1.CongThoatNuocsModule,
            giengs_module_1.GiengsModule,
            ho_gas_module_1.HoGasModule,
            tram_boms_module_1.TramBomsModule,
            core_1.RouterModule.register([
                {
                    path: 'cong-thoat-nuocs',
                    module: cong_thoat_nuocs_module_1.CongThoatNuocsModule,
                    children: [
                        {
                            path: 'cap-mot',
                            module: cong_cap_mots_module_1.CongCapMotsModule,
                        },
                        {
                            path: 'cap-hai',
                            module: cong_cap_hais_module_1.CongCapHaisModule,
                        },
                    ],
                },
            ]),
            mieng_xas_module_1.MiengXasModule,
        ],
    })
], ThoatNuocMuasModule);
//# sourceMappingURL=thoat-nuoc-thais.module.js.map