Maybe the issue is what error message says invalid gridOptions property 'gridOptions'
. Check this input @Input() gridOptions!: GridOptions;
of GridTableComponent
, what do you have in there. Probably there're coming wrong input like { gridOptions: {...} }