mrkvon 924bfb8cdd add README and LICENSE 5 years ago
e2e initial commit 5 years ago
src fix typescript errors 5 years ago
.editorconfig initial commit 5 years ago
.gitignore initial commit 5 years ago
LICENSE add README and LICENSE 5 years ago
README.md add README and LICENSE 5 years ago
README_CLI.md add README and LICENSE 5 years ago
angular.json wire in @ngrx/platform, read the graph from state 5 years ago
package-lock.json wire in @ngrx/platform, read the graph from state 5 years ago
package.json wire in @ngrx/platform, read the graph from state 5 years ago
tsconfig.json wire in @ngrx/platform, read the graph from state 5 years ago
tslint.json initial commit 5 years ago

README.md

d3-ngrx-test

Testing how angular can be wired with d3 and ngrx.

setup

  1. clone this repository
  2. move to this repository
  3. npm install
  4. ng serve
  5. open your browser on http://localhost:4200

If you want to run canvas version instead of svg, move to canvas branch: git checkout canvas. Canvas version is faster.