Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Angular Material Overview

Angular Material Overview

Presented to NashJS in Nashville, TN on May 13, 2015

Andrew Butler

May 13, 2015
Tweet

More Decks by Andrew Butler

Other Decks in Programming

Transcript

  1. Angular Material NashJS 2015 Material Design Create a visual language

    that synthesizes classic principles of good design with the innovation and possibility of technology and science. - Google
  2. Angular Material NashJS 2015 Material Design Develop a single underlying

    system that allows for a unified experience across platforms and device sizes. - Google
  3. Angular Material NashJS 2015 Material Design Well, It makes your

    web app responsive, while provide some default look and feel for your pages
  4. Angular Material NashJS 2015 material uses flexbox (display: flex) vs

    the standard bootstrap (display: inline, block, inline-block) Like Bootstrap…
  5. Angular Material NashJS 2015 Integration with AngularJS AngularJS DI Services

    Modules Data Binding Standard Directives Animations Data-aware Components
  6. Angular Material NashJS 2015 Integration with AngularJS AngularJS DI Services

    Modules Data Binding Standard Directives Animations Data-aware Components Angular Material Design Themes Flexbox ARIA Support UX Effects UI Components AngularJS
  7. Angular Material NashJS 2015 https://ajax.googleapis.com/ajax/libs/ angular_material/0.9.0/angular-material.min.js <script src="https://ajax.googleapis.com/ajax/libs/angularjs/ 1.3.15/angular.min.js"></script> <script

    src="https://ajax.googleapis.com/ajax/libs/angularjs/ 1.3.15/angular-animate.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/ 1.3.15/angular-aria.min.js"></script> <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/ libs/angular_material/0.9.0/angular-material.min.css"> How to implement
  8. Angular Material NashJS 2015 What to watch out for still

    in beta no legacy IE support (look into the new CSS based material design from Google) not recommended for production projects-yet
  9. Angular Material NashJS 2015 Links to Slides and sample projects:

    Find links here: @drew_butler Sample Project - http://bit.ly/md-recipes Slides - bit.ly/md-nashjs Sources: @louiswilbrink, material.angularjs.org, Build an Angular Material App - (https://youtu.be/Qi31oO5u33U)