Skip to content

Commit

Permalink
Update app.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkov authored Mar 14, 2020
1 parent a234096 commit 7fbb5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion accordion/overview/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export class AppComponent {

}
ngAfterViewInit(): void {
this.accordion.expand(1);
this.accordion.expandMode = "multiple";
this.accordion.expand(1);
}
}

0 comments on commit 7fbb5bb

Please sign in to comment.