Skip to content

Commit

Permalink
feat(angular): lock output (#5442)
Browse files Browse the repository at this point in the history
  • Loading branch information
vltansky committed Feb 9, 2022
1 parent eda2aa6 commit 3bc27a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/angular/src/swiper.component.ts
Expand Up @@ -455,6 +455,8 @@ export class SwiperComponent implements OnInit {

@Output('swiper') s_swiper = new EventEmitter<any>();

@Output('lock') s_lock = new EventEmitter<EventsParams['lock']>();

@Output('unlock') s_unlock = new EventEmitter<EventsParams['unlock']>();

@ViewChild('prevElRef', { static: false })
Expand Down

0 comments on commit 3bc27a4

Please sign in to comment.