mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
refactor(all): enable strictPropertyInitialization
This commit is contained in:
@ -9,7 +9,7 @@ export class PopoverController implements OverlayController {
|
||||
|
||||
private popovers = new Map<number, HTMLIonPopoverElement>();
|
||||
|
||||
@Prop({ context: 'document' }) doc: Document;
|
||||
@Prop({ context: 'document' }) doc!: Document;
|
||||
|
||||
@Listen('body:ionPopoverWillPresent')
|
||||
protected popoverWillPresent(ev: any) {
|
||||
|
Reference in New Issue
Block a user