$30 off During Our Annual Pro Sale. View Details »
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Angular Material Overview
Search
Andrew Butler
May 13, 2015
Programming
0
73
Angular Material Overview
Presented to NashJS in Nashville, TN on May 13, 2015
Andrew Butler
May 13, 2015
Tweet
Share
More Decks by Andrew Butler
See All by Andrew Butler
Cut Your Own Gems
abutler3
0
60
Other Decks in Programming
See All in Programming
UIデザインに役立つ 2025年の最新CSS / The Latest CSS for UI Design 2025
clockmaker
18
7.6k
ZOZOにおけるAI活用の現在 ~モバイルアプリ開発でのAI活用状況と事例~
zozotech
PRO
9
5.8k
FluorTracer / RayTracingCamp11
kugimasa
0
240
Rediscover the Console - SymfonyCon Amsterdam 2025
chalasr
2
180
C-Shared Buildで突破するAI Agent バックテストの壁
po3rin
0
400
認証・認可の基本を学ぼう前編
kouyuume
0
260
Context is King? 〜Verifiability時代とコンテキスト設計 / Beyond "Context is King"
rkaga
10
1.3k
WebRTC と Rust と8K 60fps
tnoho
2
2k
堅牢なフロントエンドテスト基盤を構築するために行った取り組み
shogo4131
8
2.4k
エディターってAIで操作できるんだぜ
kis9a
0
740
re:Invent 2025 のイケてるサービスを紹介する
maroon1st
0
130
組み合わせ爆発にのまれない - 責務分割 x テスト
halhorn
1
150
Featured
See All Featured
How to Talk to Developers About Accessibility
jct
1
80
Bash Introduction
62gerente
615
210k
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
0
170
Amusing Abliteration
ianozsvald
0
61
A designer walks into a library…
pauljervisheath
210
24k
Color Theory Basics | Prateek | Gurzu
gurzu
0
140
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.6k
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
47
33k
Deep Space Network (abreviated)
tonyrice
0
16
Code Review Best Practice
trishagee
74
19k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
710
Transcript
Angular Material NashJS 2015 Angular Material Overview nathanleclaire.com
Angular Material NashJS 2015
Angular Material NashJS 2015
Angular Material NashJS 2015 Drew Butler github.com/abutler3 twitter.com/drew_butler
Angular Material NashJS 2015 Drew Butler github.com/abutler3 twitter.com/drew_butler
Angular Material NashJS 2015 Material Design Agenda
Angular Material NashJS 2015 Material Design Integration with AngularJS Agenda
Angular Material NashJS 2015 How to implement Integration with AngularJS
Material Design Agenda
Angular Material NashJS 2015 Material Design Integration with AngularJS How
to implement What to watch out for Agenda
Angular Material NashJS 2015 Material Design Integration with AngularJS How
to implement What to watch out for Agenda
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
Angular Material NashJS 2015 Material Design Develop a single underlying
system that allows for a unified experience across platforms and device sizes. - Google
Angular Material NashJS 2015 Material Design WAIT
Angular Material NashJS 2015 Material Design WAIT So, it’s Google’s
version of Bootstrap
Angular Material NashJS 2015 Material Design WAIT So, it’s Google’s
version of Bootstrap Right?
Angular Material NashJS 2015 Material Design Well, It makes your
web app responsive, while provide some default look and feel for your pages
Angular Material NashJS 2015 Material Design Oh So it is
like Bootstrap
Angular Material NashJS 2015 Material Design Oh So it is
like Bootstrap
Angular Material NashJS 2015 Material Design Kinda sorta
Angular Material NashJS 2015 gmail ========>
Angular Material NashJS 2015 google maps ========>
Angular Material NashJS 2015
Angular Material NashJS 2015 material uses flexbox (display: flex) vs
the standard bootstrap (display: inline, block, inline-block) Like Bootstrap…
Angular Material NashJS 2015 Material Design Integration with AngularJS How
to implement What to watch out for Agenda
None
http://material.angularjs.org
Angular Material NashJS 2015 Integration with AngularJS AngularJS DI Services
Modules Data Binding Standard Directives Animations Data-aware Components
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
Angular Material NashJS 2015 Integration with AngularJS
Angular Material NashJS 2015 Integration with AngularJS Two things to
note: version 1.3 and later
Angular Material NashJS 2015 Integration with AngularJS
Angular Material NashJS 2015 Material Design Integration with AngularJS How
to implement What to watch out for Agenda
Angular Material NashJS 2015 bower install angular- material How to
implement
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
Angular Material NashJS 2015 angular.module(‘FoodApp’, []); How to implement
Angular Material NashJS 2015 angular.module(‘FoodApp’, [‘ngMaterial’]); How to implement
Angular Material NashJS 2015 http://materialdesignblog.com/upcoming-material-design-css-library-a-twitter-bootstrap-killer/ How to implement
Angular Material NashJS 2015 How to implement
Angular Material NashJS 2015 How to implement
Angular Material NashJS 2015 How to implement
Angular Material NashJS 2015 How to implement
Angular Material NashJS 2015 How to implement
Angular Material NashJS 2015 Recipe App Demo How to implement
Angular Material NashJS 2015 How to implement
Angular Material NashJS 2015 How to implement
Angular Material NashJS 2015 Material Design Integration with AngularJS How
to implement What to watch out for Agenda
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
Angular Material NashJS 2015 Material Design Integration with AngularJS How
to implement What to watch out for Review
Angular Material NashJS 2015 https://github.com/angular/material
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)