We are using custom cell rendering from ag-grid.
The component rendered is based on a object value set in row data
Below screenshot shows the usage of the component. However when any property value changes in the object I don’t see change detection being called, hence ngIf's within cell component are not triggered
Can anyone please suggest how we can get around this problem ?