Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
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
72
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
59
Other Decks in Programming
See All in Programming
2024/11/8 関西Kaggler会 2024 #3 / Kaggle Kernel で Gemma 2 × vLLM を動かす。
kohecchi
5
950
as(型アサーション)を書く前にできること
marokanatani
10
2.7k
Amazon Bedrock Agentsを用いてアプリ開発してみた!
har1101
0
340
エンジニアとして関わる要件と仕様(公開用)
murabayashi
0
310
シェーダーで魅せるMapLibreの動的ラスタータイル
satoshi7190
1
480
タクシーアプリ『GO』のリアルタイムデータ分析基盤における機械学習サービスの活用
mot_techtalk
6
1.5k
カンファレンスの「アレ」Webでなんとかしませんか? / Conference “thing” Why don't you do something about it on the Web?
dero1to
1
110
subpath importsで始めるモック生活
10tera
0
320
Ethereum_.pdf
nekomatu
0
470
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
1.1k
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
340
イマのCSSでできる インタラクション最前線 + CSS最新情報
clockmaker
4
1.1k
Featured
See All Featured
What's new in Ruby 2.0
geeforr
343
31k
Typedesign – Prime Four
hannesfritz
40
2.4k
Become a Pro
speakerdeck
PRO
25
5k
Done Done
chrislema
181
16k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
900
Ruby is Unlike a Banana
tanoku
97
11k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
Art, The Web, and Tiny UX
lynnandtonic
297
20k
Six Lessons from altMBA
skipperchong
27
3.5k
RailsConf 2023
tenderlove
29
900
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)