UNPKG

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

Version:

angular webapp : icpc.group.pms

15 lines 634 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var parking_monthly_fee_component_1 = require("./parking-monthly-fee.component"); var parking_monthly_fee_detail_component_1 = require("./parking-monthly-fee-detail.component"); exports.ParkingMonthlyFeeRoute = [ { path: 'parking-monthly-fee', component: parking_monthly_fee_component_1.ParkingMonthlyFeeComponent, }, { path: 'parking-monthly-fee/:id', component: parking_monthly_fee_detail_component_1.ParkingMonthlyFeeDetailComponent, } ]; //# sourceMappingURL=parking-monthly-fee.route.js.map