angular 4+ application cannot navigate to detail page from master page in IE EDGE -


angular 4+ application cannot navigate detail page master page in ie edge. there's warning message in console "dom7011: code on page disabled , forward caching. more information".

however, navigate smoothly between detail page , master page in chrome , firefox.

i checked route arrive in detail component , reason cancelled , navigated master page. moreover, there's "#" being added url address " http://localhost:4200/#"

please me understand what's root cause issue. thanks.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -