ExpansionPanelModule
Class
Defines the NgModule for the ExpansionPanel component.
Use this module to add the ExpansionPanel component to your NgModule-based Angular application.
Definition
Package:@progress/kendo-angular-layout
Syntax:
TS
import { ExpansionPanelModule } from '@progress/kendo-angular-layout';
import { NgModule } from '@angular/core';
@NgModule({
imports: [ExpansionPanelModule]
})
export class AppModule { }