标签: angular
我有一个要添加到Angular 6项目中的外部脚本
https://maps.googleapis.com/maps/api/js?key=KEY
我知道我可以在index.html的script标签中导入它
<script src="https://maps.googleapis.com/maps/api/jskey=KEY"></script>
但是我想知道是否有更清洁的方法来做到这一点?例如从脚本部分的angular.json导入。