valor-software/ng2-bootstrap

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

Summary

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