Adding a script tag in Angular inside a specific component
In one of my latest projects I stumbled upon the need to run an external script, or basically have a <script> tag, in one specific component, more specifically a routed component or a page if you will. The scenario I’m…
Read More