- AngularJS can be installed using Bower Package Manager.
- In this demo, “We will learn to install AngularJS using Bower tool”.
- To install AngularJS using Bower execute the following command in the terminal Bower install angular.
- To demonstrate we have created an empty directory AngularMaterialDemo.The following screenshot shows the terminal with Bower Command in execution for installing AngularJS library.
- On successful execution of bower command it creates a directory structure with angular subdirectory inside bower_components directory.The angular directory contains angular.js related script files.The following screenshot shows the directory and files generated by installation.