JSPM

  • Created
  • Published
  • Downloads 398843
  • Score
    100M100P100Q268560F
  • License MIT

ag-Grid Angular Component

Package Exports

  • ag-grid-angular
  • ag-grid-angular/dist/agGridNg2
  • ag-grid-angular/dist/aggrid.module
  • ag-grid-angular/dist/baseComponentFactory
  • ag-grid-angular/dist/ng2ComponentFactory
  • ag-grid-angular/dist/ng2FrameworkComponentWrapper
  • ag-grid-angular/dist/ng2FrameworkFactory
  • ag-grid-angular/main

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ag-grid-angular) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ag-Grid Angular Component

This project contains the Angular Component for use with ag-Grid

Note: ag-grid-ng2 is now deprecated. Please ag-grid-angular going forward.

ag-grid-ng2 8.0.0 ~= ag-grid-angular 8.0.0

All releases from 8.1 onwards will released under ag-grid-angular, and hosted under https://github.com/ceolter/ag-grid-angular

Install with Bower

$ bower install ag-grid-angular

Install with Npm

$ npm install ag-grid-angular

See the www.ag-grid.com for an overview and full documentation.

To Build

  • npm install gulp -g
  • npm install npm-install-peers -g
  • npm install
  • npm-install-peers
  • npm run clean-build

Examples

See the https://github.com/ceolter/ag-grid-angular-example for full working examples of what you can do with ag-Grid and Angular Components.

Examples included are:

Rich Grid with Pure JavaScript

Rich Grid with Pure JavaScript

Rich Grid with Declarative Markup

Rich Grid with Declarative Markup

Using Dynamic Components

Using Dynamic Components

Using Dynamic Components - Richer Example

Using Dynamic Components - Richer Example

Using Cell Editor Components

Using Cell Editor Components

Using Floating Row Renderers

Using Floating Row Renderers

Using Full Width Renderers

Using Full Width Renderers

Using Group Row Renderers

Using Group Row Renderers

With Filters Components

With Filters Components

Master Detail Example

Master Detail Example