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

ListViewModule

Represents the NgModule definition for the ListView component.

ts
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { ListViewModule } from '@progress/kendo-angular-listview';
import { AppComponent } from './app.component';

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