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
Install Dependencies:
npm install
To build & run:
npm start
Navigate to http://localhost:8080/
. The app will automatically reload if you change any of the source files.
To do a prod build (with AOT):
npm run build
The build artifacts will be stored in the dist/
directory.