Skip to content

Commit 7fbb5bb

Browse files
authored
Update app.component.ts
1 parent a234096 commit 7fbb5bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

accordion/overview/src/app/app.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export class AppComponent {
1313

1414
}
1515
ngAfterViewInit(): void {
16-
this.accordion.expand(1);
16+
this.accordion.expandMode = "multiple";
17+
this.accordion.expand(1);
1718
}
1819
}

0 commit comments

Comments
 (0)