typescript-angular-components

v1.13.1
Reusable responsive angular components
typescript components angular responsive

update

npm install & tsd update

clean

gulp clean

build

gulp clean && tsc && echo Build complete

build.watch

gulp clean && tsc -w

test

karma start

test.debug

karma start karma.debug.conf.js

test.tc

karma start karma.tc.conf.js

test.full

karma start karma.full.conf.js

bundle

webpack & webpack --config webpack.min.config.js

bundle.watch

webpack -w

update-build

npm run update && npm run build

update-build-test

npm run update && npm run build && npm run test

build-bundle

npm run build && npm run bundle

build-bundle.watch

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

build-test

npm run build && npm run test

build-test.watch

concurrently --kill-others "npm run build.watch" "npm run test.debug"

full-build

npm run update && npm run build && npm run bundle

all

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

Metadata

  • GPL-3.0
  • Whatever
  • Renovo Development Team
  • released 4/6/2016

Downloads

Maintainers