All Projects → PatrickJS → ng-vegas-angular2-d3

PatrickJS / ng-vegas-angular2-d3

Licence: other
Angular 2, d3, and TypeScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Angular 2, d3, and TypeScript

Angular 2.0.0-alpha.27 + d3 + TypeScript 1.5.0-beta

NgVegas Angular2 + d3

Use latest TypeScript compiler

TypeScript 1.5 beta will include everything you need. Until that is released, we use a GitHub reference to the latest alpha.

$ npm install -g typescript@^1.5.0-beta

Start up the compiler

$ tsc -w
message TS6042: Compilation complete. Watching for file changes.

Use a TypeScript-aware editor

We have good experience using these editors:

Load the app

From the directory that contains index.html:

npm install -g serve  # Or sudo npm install -g serve
serve                 # Creates a server at localhost:3000
# In a browser, visit localhost:3000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].