вставлять строку
<script src=”http://maps.googleapis.com/maps/api/js"></script>
а как можно не делая этого пользоваться?
angular.json, там есть поле scripts, туда подключаешь скрипт, при условии что он должен хранится локально, желательно в node_modules
"scripts": [ "node_modules/jquery/dist/jquery.min.js", "node_modules/moment/moment.js", "node_modules/fullcalendar/dist/fullcalendar.js", "node_modules/fullcalendar/dist/locale/ru.js", "node_modules/chart.js/dist/Chart.js", "node_modules/sockjs-client/dist/sockjs.js", "node_modules/centrifuge/centrifuge.js" ]
npm i @agm/core
Обсуждают сегодня