ag-grid-angular
Advanced tools
Comparing version 33.1.0 to 33.1.1
{ | ||
"name": "ag-grid-angular", | ||
"version": "33.1.0", | ||
"version": "33.1.1", | ||
"description": "AG Grid Angular Component", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"ag-grid-community": "33.1.0", | ||
"ag-grid-community": "33.1.1", | ||
"tslib": "^2.3.0" | ||
@@ -14,0 +14,0 @@ }, |
@@ -193,15 +193,4 @@ # Angular Data Grid | Angular Table | ||
**1. Import the Angular Data Grid** | ||
**1. Register Modules** | ||
```js | ||
import { Component } from '@angular/core'; | ||
// Angular Data Grid Component | ||
import { AgGridAngular } from 'ag-grid-angular'; | ||
// Column Definition Type Interface | ||
import { ColDef } from 'ag-grid-community'; | ||
``` | ||
**2. Register Modules** | ||
Register the `AllCommunityModule` to access all Community features: | ||
@@ -221,2 +210,13 @@ | ||
**2. Import the Angular Data Grid** | ||
```js | ||
import { Component } from '@angular/core'; | ||
// Angular Data Grid Component | ||
import { AgGridAngular } from 'ag-grid-angular'; | ||
// Column Definition Type Interface | ||
import { ColDef } from 'ag-grid-community'; | ||
``` | ||
**3. Define Rows and Columns** | ||
@@ -223,0 +223,0 @@ |
+ Addedag-charts-types@11.1.1(transitive)
+ Addedag-grid-community@33.1.1(transitive)
- Removedag-charts-types@11.1.0(transitive)
- Removedag-grid-community@33.1.0(transitive)
Updatedag-grid-community@33.1.1