I'm rendering a card component (defined in a different component/folder) inside a panel of the dashboard layout component and I'm experiencing refresh issues. Even after the properties (state) of the card is changed nothing is visible in the browser. I have verified that the properties of card are really changed by console logging.
I have tried the dashboard layout refresh() followed by the Card state alteration, setting the Card properties from the dashboard layout and even tried using ChangeDetectorRef. Nothing works. The Card Component is a bit complex, but I have ensured that there is nothing wrong with it by rendering it without dashboard and it perfectly refreshes without any efforts. Any suggestions would be helpful. I cannot send my work files but let me know if you really need code samples.