@nstudio/nativescript-loading-indicator

v3.0.4
A NativeScript plugin for showing an overlayed loading indicator.
NativeScript JavaScript Android iOS loading-indicator Loading Progress MBProgressHUD nStudio and 2 more...

tsc

tsc -skipLibCheck

build

npm run tsc && npm run build.native

build.native

node scripts/build-native.js

postclone

npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src

test.android

npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch

test.ios

npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch

tslint

cd .. && tslint "**/*.ts" --config tslint.json --exclude "**/node_modules/**" --exclude '**/platforms/**' --exclude "**/typings/**"

plugin.tscwatch

npm run tsc -- -w

demo.ios

npm run tsc && cd ../demo && tns run ios

demo.android

npm run tsc && cd ../demo && tns run android

demo.reset

cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json

demo-angular.ios

npm i && cd ../demo-angular && tns run ios

demo-angular.android

npm i && cd ../demo-angular && tns run android

demo-angular.reset

cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json

plugin.prepare

npm run build && cd ../demo && tns plugin remove nativescript-loading-indicator && tns plugin add ../src

clean

npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i

ci.tslint

npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**' --exclude '**/typings/**'

prepack

npm run build.native

generate.typings.ios

cd ../demo && TNS_DEBUG_METADATA_PATH="$(pwd)/metadata" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH="$(pwd)/typings" tns build ios && echo 'Now look for your library typings in demo/typings!'
npm i @nstudio/[email protected]

Metadata

Downloads