New to Kendo UI for AngularStart a free 30-day trial

SortableModule

Represents the NgModule definition for the Sortable component.

typescript
import { NgModule } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { SortableModule } from '@progress/kendo-angular-sortable';
import { AppComponent } from './app.component';

@NgModule({
    declarations: [AppComponent],
    imports:      [BrowserModule, SortableModule],
    bootstrap:    [AppComponent]
})
export class AppModule {}
Not finding the help you need?
Contact Support