ag-grid-angular-cli-example
                                
                                 ag-grid-angular-cli-example copied to clipboard
                                
                                    ag-grid-angular-cli-example copied to clipboard
                            
                            
                            
                        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:
- npm install
Dev Server
To build & run:
- npm start
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):
- npm run build
The build artifacts will be stored in the dist/ directory.