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

ADAPTIVE_SETTINGS

A token that specifies the AdaptiveSettings of the Kendo UI for Angular components.

ts
import { NgModule } from '@angular/core';

@NgModule({
...
providers: [{ provide: ADAPTIVE_SETTINGS, useValue: { small: 400, medium: 600 }}]
})
export class AppModule {}
Not finding the help you need?
Contact Support