I am integrating Optimizely X to my Angular application. I have 2 variation of a page /original
and /variation1
.
There is a feature in Optimizely where you can redirect the original to variation1 if user is bucketed to variation1. But this will reload the page. Want I want is to navigate to /variation1 without reload. Is there a way to trigger Angular's Routing from outside Angular's context?