We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfa127 commit a4282ffCopy full SHA for a4282ff
nativescript-angular/directives/dialogs.ts
@@ -148,7 +148,7 @@ export class ModalDialogService {
148
149
// TODO: remove <any> cast after https://github.com/NativeScript/NativeScript/pull/5734
150
// is in a published version of tns-core-modules.
151
- (<any>options.parentView).showModal(componentView, { ...options, closeCallback });
+ options.parentView.showModal(componentView, { ...options, closeCallback });
152
});
153
}
154
0 commit comments