Skip to content

Commit

Permalink
feat(angular): slidesPerGroupAuto (#6243)
Browse files Browse the repository at this point in the history
  • Loading branch information
vltansky authored Jan 17, 2023
1 parent 3774a64 commit 750f41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/angular/src/swiper.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export class SwiperComponent implements OnInit {
@Input() parallax: SwiperOptions['parallax'];
@Input() thumbs: SwiperOptions['thumbs'];
@Input() zoom: SwiperOptions['zoom'];
@Input() slidesPerGroupAuto: SwiperOptions['slidesPerGroupAuto'];
@Input() class: string;
@Input() id: string;
@Input()
Expand Down

0 comments on commit 750f41c

Please sign in to comment.