File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/views/base/accordion Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
Click the accordions below to expand/collapse the accordion content.
13
13
</ p >
14
14
< app-docs-example href ="components/accordion ">
15
- < c-accordion [alwaysOpen] ="false " [flush] ="false " class ="shadow ">
15
+ < c-accordion [alwaysOpen] ="false " [flush] ="false " class ="shadow rounded-2 ">
16
16
< c-accordion-item #item0 ="cAccordionItem " [visible] ="false ">
17
17
< ng-template cTemplateId ="accordionHeaderTemplate ">
18
18
< button (click) ="item0.toggleItem() " [collapsed] ="!item0.visible " cAccordionButton cBgColor ="info ">
103
103
</ c-card-header >
104
104
< c-card-body >
105
105
< app-docs-example href ="components/accordion#always-open ">
106
- < c-accordion [alwaysOpen] ="true " class ="shadow accordion-custom ">
106
+ < c-accordion [alwaysOpen] ="true " class ="shadow accordion-custom rounded-2 ">
107
107
< c-accordion-item *ngFor ="let item of items; let i = index; " [visible] ="i===1 ">
108
108
< ng-template cTemplateId ="accordionHeader ">
109
109
Custom Accordion item #{{i}}
You can’t perform that action at this time.
0 commit comments