# IT:AD:Angular.JS:HowTo:Install # * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} The angular framework is made of several files. For now you just need to worry about the core file: `angular.min.js` ## Process ## * Include the Angular files from your CDN of choice: * http://cdnjs.com/libraries/angular.js/ * https://developers.google.com/speed/libraries/devguide#angularjs * host it it yourself: https://angularjs.org/ ## Resources ## * https://developers.google.com/speed/libraries/devguide#angularjs * https://angularjs.org/