mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
refactor(all): enable strictPropertyInitialization
This commit is contained in:
@ -10,7 +10,7 @@ export class PickerController implements OverlayController {
|
||||
|
||||
private pickers = new Map<number, HTMLIonPickerElement>();
|
||||
|
||||
@Prop({ context: 'document' }) doc: Document;
|
||||
@Prop({ context: 'document' }) doc!: Document;
|
||||
|
||||
@Listen('body:ionPickerWillPresent')
|
||||
protected pickerWillPresent(ev: any) {
|
||||
|
Reference in New Issue
Block a user