ag-grid / ag-grid-angular-cli-example

28 stars 27 forks source link

AG Grid Angular CLI Example

Example of using AG Grid with Angular and TypeScript, using the Angular CLI to build and serve the application.

Note We only show the "Rich Grid" example in use here.

For the full set of examples please look under refer to www.ag-grid.com

Building

Install Dependencies:

Dev Server

To build & run:

Navigate to http://localhost:8080/. The app will automatically reload if you change any of the source files.

Building

To do a prod build (with AOT):

The build artifacts will be stored in the dist/ directory.