UNPKG

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

Version:

angular webapp : icpc.group.pms

15 lines 520 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var community_component_1 = require("./community.component"); var community_detail_component_1 = require("./community-detail.component"); exports.CommunityRoute = [ { path: 'community', component: community_component_1.CommunityComponent, }, { path: 'community/:id', component: community_detail_component_1.CommunityDetailComponent, } ]; //# sourceMappingURL=community.route.js.map