valor-software/angular2-bootstrap

View on GitHub
demo/src/app/components/+progressbar/demo-progressbar.routes.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { ProgressbarSectionComponent } from './progressbar-section.component';

export const routes = [{ path: '', component: ProgressbarSectionComponent }];