nativescript-ng-popups

NativeScript code-sharing plugin for common popup elements like alerts, modals, and prompts.

APACHE-2.0 License

Stars
0
Committers
1

NativeScript NG Popups

Description

This is a NativeScript plugin designed specifically for NativeScript code-sharing projects. In addition to code-sharing projects, you can use this plugin in a NativeScript Angular or Angular web application by itself. Other flavors of NativeScript are not supported.

This plugin provides consistent popup behavior between native and web builds in a NativeScript code-sharing project without using any extra code or code splitting on your part. This speeds up development considerably and is something we personally use here at Microexcel CSD throughout many of our projects.

Installation

From the root folder of your code-sharing or NativeScript Angular project, execute the following command:

tns plugin add @microexcel-csd/nativescript-ng-popups

Alternatively, if you plan on using this plugin in a web Angular project only, use:

npm i @microexcel-csd/nativescript-ng-popups

Usage

Support Our Packages