UNPKG

uv-charts-dashboard

Version:
9 lines 520 B
"use strict"; var dashboard_component_1 = require('./components/dashboard/dashboard.component'); var chart_details_wrapper_component_1 = require('./components/chart-details/chart-details-wrapper.component'); exports.rootRouterConfig = [ { path: '', redirectTo: 'dashboard', pathMatch: 'full' }, { path: 'dashboard', component: dashboard_component_1.DashboardComponent }, { path: 'chart/:chartType', component: chart_details_wrapper_component_1.ChartDetailsWrapper }, ]; //# sourceMappingURL=app.routes.js.map