How to link to AngularJS library directly from google in HTML

1 Answer

0 votes
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<body>

</body>
</html>

 



answered May 15, 2017 by avibootz

Related questions

1 answer 256 views
1 answer 241 views
1 answer 241 views
1 answer 266 views
1 answer 256 views
...