Skip to content

hedgehog80/ag-grid-ng2-example

 
 

Repository files navigation

ag-Grid-ng2

Example of using ag-Grid with Angular2 and TypeScript

Building

Install Dependencies:

  • npm install gulp -g
  • npm install

JIT Build

To build:

  • npm run tsc

To Run:

  • npm run lite

AOT Build

To build:

  • npm run clean-build:aot

To Run:

  • npm run lite:aot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.1%
  • CSS 6.1%
  • JavaScript 3.9%
  • HTML 2.9%