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 c9dc826 commit 0e90cc3Copy full SHA for 0e90cc3
nativescript-angular/directives/dialogs.ts
@@ -145,9 +145,6 @@ export class ModalDialogService {
145
(<any>componentView.parent).removeChild(componentView);
146
}
147
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
options.parentView.showModal(componentView, { ...options, closeCallback });
152
});
153
0 commit comments