typescript-angular-components

v4.2.10
Reusable responsive angular components
typescript components angular responsive

prepublish

npm run build && gulp bundle-css

update

npm install && npm run bundle-deps

update.wipe-npm

gulp wipe-npm-update

version

gulp version -v

clean

gulp clean

build

gulp clean && tsc && echo Build complete

build.watch

tsc -w

bundle-tests

gulp bundle-tests

test

npm run bundle-tests && karma start

test.debug

gulp bundle-tests && concurrently --kill-others "gulp bundle-tests.watch" "karma start karma.debug.conf.js"

test.tc

npm run bundle-tests && karma start karma.tc.conf.js

test.full

npm run bundle-tests && karma start karma.full.conf.js

build-test

npm run build && npm run test

build-test.watch

npm run build && gulp bundle-tests && concurrently --kill-others "npm run build.watch" "npm run test.debug"

all

npm run update && npm run build && npm run test.full && npm run bundle

bundle

gulp bundle-css && gulp bundle-bootstrapper

bundle.watch

concurrently --kill-others "gulp bundle-css.watch" "gulp bundle-bootstrapper.watch"

build-bundle

npm run build && npm run bundle

build-bundle.watch

concurrently --kill-others "npm run build.watch" "npm run bundle.watch"

serve

lite-server

start

concurrently --kill-others "npm run bundle.watch" "npm run serve"

bundle-deps

gulp bundle-bootstrapper-vendor && gulp bundle-bootstrapper-renovo && gulp bundle-tests-vendor && gulp bundle-tests-renovo

Metadata

  • GPL-3.0
  • Whatever
  • Renovo Development Team
  • released 3/21/2017

Downloads