Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 698 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 698 Bytes

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.