New to Kendo UI for Angular? Start a free 30-day trial
ADAPTIVE_SETTINGS
A token that specifies the AdaptiveSettings
for Kendo UI for Angular components.
ts
import { NgModule } from '@angular/core';
@NgModule({
...,
providers: [{ provide: ADAPTIVE_SETTINGS, useValue: { small: 400, medium: 600 } }]
})
export class AppModule {}