I need to load the next script to my angular app
<script src="https://maps.googleapis.com/maps/api/js?key={{google_key}}&libraries=places&language=DE_de"></script>
As I know I can put global js to .angular-cli.json (doesn't work for external scripts) or index.html, but how can I add params (google_key)?
index.html. I'm combining the call in an npm job, it could look something like thisng build && node _yourHtmlUpdateFile_