My application is getting appened inside another application and I cannot append anything in the url as parent application is restrict.
Is there a way I can stop appending in the url. I am able to do the same in angular2 alpha 34 build by this.router.navigate(value, true);
I want to do the same in @angular:2.0.1 and in the html not in my typescript class by defining a method and calling it on (click).
My application is getting appened inside another application?