We have an Angular 2 Project, where we try not to have any jquery dependency. BUT, we somehow have to load a script and run that. Until now this is the only place where we used jquery's getScript.
What if we use Angular's HttpClient's 'get' with an eval(script)? Is there then any advantages or disadvantages compared to jquery's getScript?