Getting Type AgGridModule does not have 'emod' property during angular 12 migration

Viewed 221

I am getting this

**Uncaught Error: Type AgGridModule does not have 'emod' property** 

While i migrate my angular app from 8 to 12.

Its building without any errors and when i serve it is showing the above error in my console log.

I already imported components of ag grid in my module.

And updated package.json with latest ag grid version as

"ag-grid-angular":"25.2.0",
"ag-grid-community": "25.2.0"

Any idea?

0 Answers
Related