typescript-angular-components

v2.3.5
Reusable responsive angular components
typescript components angular responsive

prepublish

typings install && npm run build

update

npm install && typings install && npm run bundle-deps

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

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

install-build

npm install && npm run build

install-build-test

npm install && npm run build && npm run test

build-bundle-test

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

build-test

npm run build && gulp bundle-tests && npm run test

build-test.watch

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

full-build

npm install && npm run build

all

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

bundle

gulp bundle-bootstrapper

bundle.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

http-server -c-1 -o

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 7/6/2016

Downloads