I am injecting my angular2 application in another app division and by default the url is contains a big query string. How I will set that url and query string as my base url in angular2
exp url: http.example.com/this/thai?this=thhtyy&ttthh
{provide: APP_BASE_HREF, useValue: '/'},