// 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(){}
