Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 5034043

Browse files
committed
AG-9772 Support AgGridAngular as standalone
1 parent 45b239b commit 5034043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NgModule } from "@angular/core";
22
import { BrowserModule } from "@angular/platform-browser";
33
import { FormsModule } from "@angular/forms";
44
// ag-grid
5-
import { AgGridModule } from "@ag-grid-community/angular";
5+
import { AgGridAngular } from "@ag-grid-community/angular";
66
// application
77
import { AppComponent } from "./app.component";
88
// rich grid
@@ -18,7 +18,7 @@ import {SkillFilter} from "./filters/skill.component.filter";
1818
imports: [
1919
BrowserModule,
2020
FormsModule,
21-
AgGridModule
21+
AgGridAngular
2222
],
2323
declarations: [
2424
AppComponent,

0 commit comments

Comments
 (0)