I would like to integrate the "Placesjs" library of Algolia into an Angular 6 project. However, I do not yet know how to make this type script compliant.
In the example I added this to see what it looks like.
var placesAutocomplete = places({
container: document.querySelector('#address-input')
});
<script src="https://cdn.jsdelivr.net/npm/places.js@1.9.1"></script>
<input type="search" id="address-input" placeholder="Where are we going?" />