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.