nativescript-ng-ripple

v2.0.2
Angular directive to enable ripple effects on touch.
NativeScript JavaScript Android iOS Ripple Angular Material Design

tsc

tsc -skipLibCheck

build

npm i && npm run ngc

postclone

npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link

test.android

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

test.ios

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

tslint

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

plugin.link

npm link && cd ../demo && npm link nativescript-ng-ripple && cd ../src

plugin.tscwatch

npm run ngc -- -w

demo.ios

npm i && npm run ngc && cd ../demo-ng && tns run ios --syncAllFiles

demo.android

npm i && npm run ngc && cd ../demo-ng && tns run android --syncAllFiles

demo.reset

cd ../demo && rimraf platforms

plugin.prepare

npm run build && cd ../demo && tns plugin remove nativescript-ng-ripple && tns plugin add ../src

clean

cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link

ci.tslint

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

ngc

ngc --p tsconfig.ngc.json
npm i nativescript-ng-ripple

Metadata

Downloads

Maintainers