Like i want to add
<script src="https:google.com"> alert("Hello") </script>
to my angular project where all script is loaded statically but like this one i have to add from Db and its coming in form of string so how can I do this? this script is just example because there is too many parameters in script tag I just want to add this line into my html in angular project..