ADAPTIVE_SETTINGS
Constant
A token that specifies the AdaptiveSettings for Kendo UI for Angular components.
Definition
Package:@progress/kendo-angular-utils
Syntax:
ts
import { NgModule } from '@angular/core';
@NgModule({
...,
providers: [{ provide: ADAPTIVE_SETTINGS, useValue: { small: 400, medium: 600 } }]
})
export class AppModule {}