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

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 {}
In this article
Definition
Not finding the help you need?
Contact Support