Nativescript modals accept extra options for ios i.e presentationStyle
https://github.com/NativeScript/NativeScript/blob/408614dd4595ad8e752bc06334623289053b72a6/tns-core-modules/ui/core/view/view.ios.ts#L413
However when using Angular these options can't be used as the ModalDialogService doesn't have any means to pass these options to the modal view.
Nativescript modals accept extra options for ios i.e presentationStyle
https://github.com/NativeScript/NativeScript/blob/408614dd4595ad8e752bc06334623289053b72a6/tns-core-modules/ui/core/view/view.ios.ts#L413
However when using Angular these options can't be used as the
ModalDialogServicedoesn't have any means to pass these options to the modal view.