valor-software/ng2-bootstrap

View on GitHub
demo/src/app/components/+progressbar/docs/usage.md

Summary

Maintainability
Test Coverage
// RECOMMENDED (doesn't work with system.js)
import { ProgressbarModule } from 'ngx-bootstrap/progressbar';
// or
import { ProgressbarModule } from 'ngx-bootstrap';

@NgModule({
  imports: [ProgressbarModule.forRoot(),...]
})
export class AppModule(){}