https://github.com/mrkvon/d3-ngrx-test
angular.io + d3 + ngrx wiring
https://github.com/mrkvon/d3-ngrx-test
angular angular-cli d3-force d3js ngrx
Last synced: 2 months ago
JSON representation
angular.io + d3 + ngrx wiring
- Host: GitHub
- URL: https://github.com/mrkvon/d3-ngrx-test
- Owner: mrkvon
- License: mit
- Created: 2018-05-10T15:10:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T16:27:42.000Z (almost 7 years ago)
- Last Synced: 2025-01-07T04:41:11.895Z (4 months ago)
- Topics: angular, angular-cli, d3-force, d3js, ngrx
- Language: TypeScript
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:4200If you want to run canvas version instead of svg, move to `canvas` branch: `git checkout canvas`. Canvas version is faster.