Tutorialsplane

Angular Material Home


Angular Material Tutorial : Angular Material is basically User interface(UI) component library which is built with AngularJs And Material Design Lite. Angular Material basically comes with combined feature of the Angular and Material design lite which enables developers to create beautiful, attractive and responsive web pages. Angular Material is one of the best suited UI component for both mobile devices & Desktop which is platform independent ie develop once and use it everywhere.


Angular Material Tutorial With Example & Demo

Angular Material Lite provides rich layouts, responsive animations, transitions,depth effects such as lighting, shadows, autocomplete, swipe and switches etc which makes it most powerful UI Component. We are sure once you use it, You will love it.


Audience

This tutorial is made for the developers(designers) who are willing to learn the latest Angular Material with example and demo.


What You Should Know?

Before Starting you might be aware of HTML, JavaScript, DOM and AngularJs.

Learn With Example And Demo

You can Learn Angular Material With our online editor to edit and run the code online.

Angular Material Tutorial : Learn with Online Editor



  <meta name="viewport" content="width=device-width, initial-scale=1"/>
  <!-- Angular Material style sheet -->
  


 <div ng-controller="myCtrl" class="md-padding" id="popupContainer" ng-cloak="">
 <md-button class="md-primary md-raised" ng-click="showConfirm($event)">
      Confirm Dialog
 </md-button>
 <div ng-if="status" id="status">
    <b layout="row" layout-align="center center" class="md-padding">
      {{status}}
    </b>
  </div>
 </div>
  
  <!-- Angular Material requires Angular.js Libraries -->
  
  
  
  

  <!-- Angular Material Library -->
  
  
  <!-- Your application bootstrap  -->
  
  


Try it »

We hope this tutorial will be helpful for you in understanding the Angular Material concept.

The output of the above example will be something like this –

Angular Material Advantages

Let us have a look over Angular Material benefits & features –

Websites(Web Apps) Built with Angular Material

Here are some famous website that are built with Angular Material Framework-

Learn Angular Material