New to Kendo UI for Angular? Start a free 30-day trial
PanelBarModule
Defines the NgModule
for the PanelBar component.
Use this module to add the PanelBar component to your NgModule-based Angular application.
typescript
import { PanelBarModule } from '@progress/kendo-angular-layout';
import { NgModule } from '@angular/core';
@NgModule({
imports: [PanelBarModule]
})
export class AppModule { }