0.0.1-RC.6 • Published 7 years ago

ng-rndr v0.0.1-RC.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

##ng-rndr

ng-rndr is a pluggable and embeddable angular module for formatting and visualizing data.

##Building

Developers can easily build ng-rndr using bower and grunt.

First install or update your local project's npm tools:

# First install all the NPM tools:
npm install

Next run the grunt task:

grunt release

##Release Managment

For developers with permissions releasing a new version of ng-rndr is simple with grunt bump

For developers not interested in building the ng-rndr library you can use bower to install the ng-rndr distribution files.

Change to your project's root directory and for

bower

# To get the latest stable version, use bower from the command line.
bower install ng-rndr

or for

npm

# To get the latest stable version, use npm from the command line.
npm install ng-rndr

Once you have all the necessary assets installed, add ngRndr as a dependency for your app:

angular.module('myApp', ['ngRndr']);