Hi nttam,

If I got the point, you would like to use the exposed method of VisualUpdate class, in order to configure the visual effects to be applied to the grid. But you can leverage such object only when passed as parameter in onVisualUpdateevent handler of a StaticGridListener or a DynaGridListener, which in turn need to be used together with a StaticGrid or a DynaGrid as subscription listener of the the Subscription object. As both StaticGrid and DynaGrid are custom widgets meant to provide a mapping between the internal Lighstreamer model and an HTML visualization, there is no a straight way to use them within Angular, which uses its own data-binding mechanisms.

Regards,
Gianluca