I'm getting emod error, How can i solve it

Viewed 41

enter image description here

Im have updated Angular Version 11 to 12. After that im facing this error.

1 Answers

I found the solution for this err:

Just comment the AbilityModule in your imports, then its automatically working the app.

Related