cli and bootstrap in component i use bootstrap tooltip And it's note that Tooltips must be initialized with jQuery:
<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
Where i should add this in angular app generated by angular.cli, I should that in component.html or index.html ?