Using Angular 7 and Gridster2.
I have a dashboard which contains multiple widgets. Each widget is separate angular component within gridster item. I have to update a widget data when i click in another widget. My Problem is the model is getting updated successfully but the data is not shown automatically, the changed data is shown after clicking anywhere in gridSter items.
This was working fine when i didn't used GridSter.
Any kind of help is highly appreciated.