@wjya/ngx-webapp-icpc.group.pms
Version:
angular webapp : icpc.group.pms
15 lines • 610 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var parking_daily_fee_component_1 = require("./parking-daily-fee.component");
var parking_daily_fee_detail_component_1 = require("./parking-daily-fee-detail.component");
exports.ParkingDailyFeeRoute = [
{
path: 'parking-daily-fee',
component: parking_daily_fee_component_1.ParkingDailyFeeComponent,
},
{
path: 'parking-daily-fee/:id',
component: parking_daily_fee_detail_component_1.ParkingDailyFeeDetailComponent,
}
];
//# sourceMappingURL=parking-daily-fee.route.js.map