The AG Grid Inventory Demo in Angular.
-
Get a copy of this folder using degit (without the git respository files):
npx degit ag-grid/ag-grid-demos/inventory/angular ag-grid-inventory-example-angular cd ag-grid-inventory-example-angular
Alternatively, you can get the files using
git clone
:git clone [email protected]:ag-grid/ag-grid-demos.git cd ag-grid-demos/inventory/angular
-
Install dependencies:
npm install
-
Install the Angular CLI:
npm install -g @angular/cli
-
Run the dev server:
ng serve
This example code was generated with the Angular CLI using:
ng new inventory/angular
# With the addition of the following modules
npm i ag-grid-angular ag-grid-enterprise
AG Grid Enterprise customers have access to dedicated support via ZenDesk, which is monitored by our engineering teams.
If you have found a bug, please report it in our main repository's issues section.