ag-Grid
==============
Install with Bower
```sh $ bower install ag-grid ```Install with Npm
```sh $ npm install angular-grid ``` See the www.angulargrid.com for overview and documentation. Building ============== To build:npm install
npm install gulp -g
bower install
gulp
orgulp release
- Make your code changes in
src/
files only, don't update dist files
- Make your doc changes in
docs/
, a feature is not complete unless it's documented
- Do manual end to end testing off all examples in documentation
- Discard all changes to
dist/
- Create Pull Request