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

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