Angular Material Library Demo
In my previous post we have learnt to install Angular Material library using Bower command. In this demo, “We will configure the Angular Material library and explore few components”. The project structure created by Bower installation of Angular Material library is as follows. In materialDemo.html file we will be calling Angular Material library and the […]
Installing AngularJS Material Library Using Bower
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 […]
AngularJS Installation Using NPM
AngularJS can be installed using Node Package Manager-NPM. In this demo, “We will learn to install AngularJS library using Node Package Manager”. To install AngularJS library use the command npm install angular in a terminal. To demonstrate installation we have created a directory AngularMaterialDemo to configure AngularJS. The following screenshot shows the terminal with npm […]
Installing AngularJS using Bower
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 […]