Angular 2 final release.
I have my link as following with refers to the href="javascript:;" my link
and i am getting following warning
WARNING: sanitizing unsafe URL value javascript:; (see http://g.co/ng/security#xss)
I need my link to be javascript:; because if i make it '#' or '' it refreshes the page.
I have read couple of posts where people report this issue to angular folks and they will fix it.. any help is appreciated.
javascript:;.