mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
refactor(all): enable strictPropertyInitialization
This commit is contained in:
@ -13,7 +13,7 @@ export class GestureController {
|
||||
private disabledScroll = new Set<number>();
|
||||
private capturedId: number|null = null;
|
||||
|
||||
@Event() ionGestureCaptured: EventEmitter<string>;
|
||||
@Event() ionGestureCaptured!: EventEmitter<string>;
|
||||
|
||||
@Method()
|
||||
create(config: GestureConfig): Promise<GestureDelegate> {
|
||||
|
||||
Reference in New Issue
Block a user