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

ScrollViewModule

Represents the NgModule definition for the ScrollView component.

typescript
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { ScrollViewModule } from '@progress/kendo-angular-scrollview';
import { AppComponent } from './app.component';

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