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

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