// RECOMMENDED (doesn't work with system.js)
import { ButtonsModule } from 'ngx-bootstrap/buttons';
// or
import { ButtonsModule } from 'ngx-bootstrap';

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