mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
refactor(all): enable strictPropertyInitialization
This commit is contained in:
@ -10,7 +10,7 @@ export class LoadingController implements OverlayController {
|
||||
|
||||
private loadings = new Map<number, HTMLIonLoadingElement>();
|
||||
|
||||
@Prop({ context: 'document' }) doc: Document;
|
||||
@Prop({ context: 'document' }) doc!: Document;
|
||||
|
||||
@Listen('body:ionLoadingWillPresent')
|
||||
protected loadingWillPresent(ev: any) {
|
||||
|
Reference in New Issue
Block a user