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 281 views
1 answer 272 views
1 answer 275 views
1 answer 297 views
1 answer 293 views
...