Angular Data GridAG Grid Error #200

You are using an older version of AG Grid. To upgrade, please see the migration guide.

Full Error Text

Unable to use undefined as undefinedModule is not registered. Check if you have registered the module:
import { ModuleRegistry } from 'ag-grid-community'; 
import { undefinedModule } from 'ag-grid-community'; 

ModuleRegistry.registerModules([ undefinedModule ]); 

For more info see: https://www.ag-grid.com/archive/33.0.3/javascript-data-grid/modules/
To show this error text in the dev console, import the ValidationModule.