Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have an backend HTML response where i have many relative URL's .When i render that HTML response in Angular through innerHTML ..angular is overriding the base target href of html response with my Host URL as the base URL. For eg. HTML response contains

<base target="_blank" href="https://abc/abc> and any href as <a href ="/def"

browser is making this URL as hhtps://abc/abc/def while angular is making this as

https://myapplication.com/def

I tried many ways but did't work out.

question from:https://stackoverflow.com/questions/66050936/how-to-override-the-base-href-in-angular-when-using-innerhtml

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
298 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...