Skip to content

Commit

Permalink
feat(accordion): add to "Api Reference" section accordion component (#…
Browse files Browse the repository at this point in the history
…3644)

close #3643
  • Loading branch information
artolshansky authored and valorkin committed Feb 6, 2018
1 parent bd085bf commit 1c1f592
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demo/src/app/components/+accordion/accordion-section.list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ export const demoComponentContent: ContentSection[] = [
anchor: 'api-reference',
outlet: ApiSectionsComponent,
content: [
{
title: 'AccordionComponent',
anchor: 'AccordionComponent',
outlet: NgApiDocComponent
},
{
title: 'AccordionPanelComponent',
anchor: 'AccordionPanelComponent',
Expand Down

0 comments on commit 1c1f592

Please sign in to comment.