I am getting below warning when I go to the component
AG Grid: unable to use masterDetail as the MasterDetailModule is not registered. Check if you have registered the module:
import { ModuleRegistry } from '@ag-grid-community/core';
import { MasterDetailModule } from '@ag-grid-enterprise/master-detail';
ModuleRegistry.registerModules([ MasterDetailModule ]);
I tried registering it in the same module itself. My project does not have app.module.ts
The following post will help:
Trouble setting up sample table. "Could not find matching row model for rowModelType clientSide"
Also refer to ag grid document below:
https://www.ag-grid.com/angular-data-grid/modules/