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