@angular-redux/store

v6.5.0-alpha.9
Angular 2 bindings for Redux
redux ng2 angular2 angular

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'

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

rm -rf docs

doc

typedoc --out docs --excludeExternals --excludePrivate --excludeNotExported -theme minimal --name @angular-redux/store --mode file --module commonjs --tsconfig tsconfig.docs.json
npm i @angular-redux/[email protected]

Metadata

  • MIT
  • Whatever
  • William Buchwalter
  • released 6/15/2017

Downloads

Maintainers