Is there a way in angular 5 to add the prefix http automatically if res.MyWebsiteURL do not contains it.
I would like to have a generic way to do it since I'll use at many place in the project.
<a target="_blank" href="http://{{res.MyWebsiteURL}}">Visit My Website</a>
Is there a way to do it throught a Directive ?
Thanks a lot