How can I include AngularJS framework?

AngularJS is a JavaScript framework. It is a library written in JavaScript.

It is distributed as a JavaScript file, and can be added to a web page with a script tag:

Include JS File
<script src=”js/angular.js”></script>