@angular-redux/store

v9.0.0-beta.0
Angular bindings for Redux
redux ng2 angular2 angular

precommit

lint-staged

prebuild

rimraf ./lib

build

npm run build:src && npm run build:testing

build:src

ngc -p tsconfig.build.json

build:testing

ngc -p tsconfig.testing.json

lint

tslint 'src/**/*.ts'

prettier

prettier --parser typescript --single-quote --trailing-comma es5 --write "**/*.ts"

prepublish

npm run lint && npm run build && npm test

test

nyc node tests.js

test:watch

nodemon tests.js -w src -w testing -e ts

ci

npm run lint && npm run build && npm test

predoc

rimraf docs

doc

typedoc --out docs --excludeExternals --excludePrivate --excludeNotExported -theme minimal --sourcefile-url-prefix "https://github.com/angular-redux/store/blob/master/src/" --name @angular-redux/store --mode file --module commonjs --tsconfig tsconfig.docs.json src
npm i @angular-redux/[email protected]

Metadata

  • MIT
  • Whatever
  • William Buchwalter
  • released 5/24/2018

Downloads