Skip to content

shumih/ng-accordion

Repository files navigation

v# NgAccordion

The library is an angular component for an accordion UI element

Install

To install the package run:

npm i @shumih/ng-accordion

Usage

import NgAccordionModule where you're going to use it

@NgModule({
  imports: [NgAccordionModule]
})
export class AppModule {}

API can be found in the short demo