- AngularJS Material library provides UI elements based on the Goggle’s Material design guidelines.
- You can find more details about AngularJS Material library in the following link.
https://material.angularjs.org
- AngularJS Material library can be installed by using bower command bower install angular-material.
- In this demo, “We will learn to install AngularJS Material Library using Bower”.
- To demonstrate the installation we have created a directory name AngularMaterialDemo.
- The following screenshot shows the terminal with AngularJS Material library installation in progress using Bower command.
- The following screenshot shows the directories/files installed by successful execution of bower command.We can find angular,angular-aria,angular-animate,angular-material directories present inside bower_components directory.
- The angular.js,angular-aria.js,angular-animate.js are the dependency files for angular-material.js to work.