ngxs

v2.0.0-rc.20
State Mangement for Angular
ngrx redux state rxjs angular ngx angular2 cqrs store and 2 more...

// - APPS

Start the applications

start

ng serve --aot --app 1

// - TESTING

Testing

test

ng test

test:integration

yarn build && yarn link --frozen-lockfile --silent && ng test --progress=false --preserve-symlinks --app 1 -sr

// - CI

Ci Testing

test:ci

ng test --code-coverage --progress=false --browsers ChromeHeadless --single-run

test:ci:integration

yarn build && yarn link --frozen-lockfile --silent && ng test --progress=false --preserve-symlinks --app 1 --single-run && ng build --prod --progress=false --preserve-symlinks --app 1

// - BUILDING

Building

build

ng-packagr -p package.json

// - DEV TOOLS

Dev Tools

lint

tslint -c tslint.json 'src/**/*.ts'

prettier

prettier --write "**/*.ts"

circleci:validate

circleci config validate -c .circleci/config.yml
npm i ngxs

Metadata

  • MIT
  • Whatever
  • Austin McDaniel
  • released 3/23/2018

Downloads

Maintainers