How to include this external java script library inside Angular2 page view .
I want to include this
<!-- google maps javascript -->
<script src="//maps.googleapis.com/maps/api/js?key=#######&sensor=true"></script>
so when this page is in view this library is loaded and start working .