nativescript-material-bottomsheet

v3.2.9
Material bottomsheet component
NativeScript JavaScript Android iOS

tsc

cp ../../src/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d

tsc-win

copy ..\..\src\bottomsheet\bottomsheet.d.ts .\ && ..\..\node_modules\.bin\tsc --skipLibCheck -d

build

npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc

build.esm

tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js

ngc-win

..\..\node_modules\.bin\ngc

ngc

NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc

clean

../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map

Metadata

Downloads

Maintainers