We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a234096 commit 7fbb5bbCopy full SHA for 7fbb5bb
accordion/overview/src/app/app.component.ts
@@ -13,6 +13,7 @@ export class AppComponent {
13
14
}
15
ngAfterViewInit(): void {
16
- this.accordion.expand(1);
+ this.accordion.expandMode = "multiple";
17
+ this.accordion.expand(1);
18
19
0 commit comments