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

CardModule

Defines the NgModule for the Card component.

Use this module to add the Card component to your NgModule-based Angular application.

typescript
import { CardModule } from '@progress/kendo-angular-layout';
import { NgModule } from '@angular/core';

@NgModule({
  imports: [CardModule]
})
export class AppModule { }
Not finding the help you need?
Contact Support