import { SortableModule } from 'ngx-bootstrap/sortable';

@NgModule({
  imports: [SortableModule.forRoot(),...]
})
export class AppModule(){}
