Displays collapsible content panels for presenting information in a limited amount of space

The accordion component builds on top of the collapse directive to provide a list of items, with collapsible bodies that are collapsed or expanded by clicking on the item's header.

The easiest way to add an accordion component to your app (will be added to the root module)

ng add ngx-bootstrap  --component accordion