Skip to content

Instantly share code, notes, and snippets.

@AlexanderKozhevin
Created May 7, 2017 10:34
Show Gist options
  • Save AlexanderKozhevin/2a76bada95268e6d64632dd42d8bf4e9 to your computer and use it in GitHub Desktop.
Save AlexanderKozhevin/2a76bada95268e6d64632dd42d8bf4e9 to your computer and use it in GitHub Desktop.
<ngb-accordion #acc="ngbAccordion" activeIds="ngb-panel-0">
<ngb-panel title="Simple">
<ng-template ngbPanelContent>
Sample content
</ng-template>
</ngb-panel>
<ngb-panel>
<ng-template ngbPanelTitle>
<span>&#9733; <b>Fancy</b> title &#9733;</span>
</ng-template>
<ng-template ngbPanelContent>
Sample content
</ng-template>
</ngb-panel>
<ngb-panel title="Disabled" [disabled]="true">
<ng-template ngbPanelContent>
Sample content
</ng-template>
</ngb-panel>
</ngb-accordion>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment