How to use the nativescript-angular/directives/dialogs.ModalDialogParams function in nativescript-angular

To help you get started, we’ve selected a few nativescript-angular examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github NativeScript / nativescript-angular / e2e / tests-app-ng / app / lazy / lazy.module.ts View on Github external
export function modalParamsFactory() {
    return new ModalDialogParams({}, null);
}