UNPKG

@wjya/ngx-webapp-icpc.group.pms

Version:

angular webapp : icpc.group.pms

15 lines 646 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var property_monthly_fee_component_1 = require("./property-monthly-fee.component"); var property_monthly_fee_detail_component_1 = require("./property-monthly-fee-detail.component"); exports.PropertyMonthlyFeeRoute = [ { path: 'property-monthly-fee', component: property_monthly_fee_component_1.PropertyMonthlyFeeComponent, }, { path: 'property-monthly-fee/:id', component: property_monthly_fee_detail_component_1.PropertyMonthlyFeeDetailComponent, } ]; //# sourceMappingURL=property-monthly-fee.route.js.map