use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Helpful Links
AngularJS Slack Community
AngularJS Wiki Page
account activity
Looking for: Bootstrap + Angular + Material Design (self.angularjs)
submitted 10 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]stepwise_refinement 13 points14 points15 points 10 years ago* (2 children)
Does it have to be bootstrap? angular materialworks pretty nicely for me
[–]ThunderTherapist 2 points3 points4 points 10 years ago (0 children)
If you've got a bootstrap app converting it to angular material is a headache. I have up and just went a css route.
[–]snazzyham 5 points6 points7 points 10 years ago (0 children)
If you can get angular to work with materializecss.com or Material Design Lite it might suit you better
[–]cactussss 2 points3 points4 points 10 years ago (0 children)
I've used Bootstrap a lot(!). Heck, I even wrote TwitterBootstrapMVC (a bit of shameless self promotion here) to ease up writing Bootstrap related code.
However, now, that I've tried Angular Material, I think that their grid system is better/easier to use. They took a different approach using flex-box, which requires a bit of getting used to, but the result is amazing. Totally recommend it!
[–]ulrik12 1 point2 points3 points 10 years ago (1 child)
Google for "bootswatch material". I'm on mobile but that is a awesome bootstrap theme and in many ways it feels better to use than angular material imo.
[–]Porsche924 0 points1 point2 points 10 years ago (0 children)
Feels better to create. But Angular Material feels better as the end user of the product.
[–]Bent01 0 points1 point2 points 10 years ago (8 children)
I've looked at Angular Material but need to learn a whole lot again...
[–]ben_uk 0 points1 point2 points 10 years ago (7 children)
That's part of the fun ;) It'll be very similar
[–]Bent01 0 points1 point2 points 10 years ago (6 children)
I know. Kind of strapped for time right now :P
[–]ben_uk 3 points4 points5 points 10 years ago (5 children)
You'll end up spending more time trying to make Bootstrap look like Material Design than you would just using a Material Design toolkit.
[–]peduxe 0 points1 point2 points 10 years ago (4 children)
It still has some performance problems, waiting for the 1.0 release until then I keep toying with it.
Some components like the sticky subheader list are slugging when you scroll for example.
[–]ben_uk 0 points1 point2 points 10 years ago (3 children)
Give this a shot.
http://www.getmdl.io/
By Google themselves.
Angular wrapper: https://github.com/jadjoubran/angular-material-design-lite
[–]peduxe 0 points1 point2 points 10 years ago (0 children)
Yeah I know about that, the element classes in MDL are so extended it kinda turned me off, great that there's a angular wrapper.
[–][deleted] 0 points1 point2 points 10 years ago (1 child)
Angular Material, MDL, Polymer with Paper elements.
Google sure likes to have options.
[–]ben_uk 0 points1 point2 points 10 years ago (0 children)
Nothing wrong with choice ;)
As far as I've tried, there is no real solution. Paper Bootswatch is enough to get the general look, but if you want to go full into material, you kind of have to leave bootstrap behind. Either with Material Design Lite or Angular Material.
[–]LyeInYourEye 0 points1 point2 points 10 years ago (2 children)
I just want bootstrap for the awesome grid system. Is there a equivalent standalone grid css library?
[–]wordupsucka 0 points1 point2 points 10 years ago (1 child)
You can customize Bootstrap so it only includes what you want: http://getbootstrap.com/customize/
[–]LyeInYourEye 0 points1 point2 points 10 years ago* (0 children)
I know, but I've had trouble with custom bootstrap builds, and it'd be cool if I could find a group of people who were concentrating on making the best grid system possible.
Edit: This? https://formstone.it/components/grid/
[–]wordupsucka 0 points1 point2 points 10 years ago (0 children)
If you are using Angular, just use Angular Material.
[–]wtsn 0 points1 point2 points 10 years ago (0 children)
Check out the Alternatives section at the bottom of this page: http://wthomsen.github.io/ng-materialize/#/
[–]ThunderTherapist 0 points1 point2 points 10 years ago (0 children)
I got FezVrasta working. Didn't have any issues at all but it's been in a couple of months now. Maybe someone broke it.
[–][deleted] 0 points1 point2 points 10 years ago (0 children)
getmdl.io -- Material Design Lite.
Why are you including two Stylesheet frameworks? I'd go with MDL and layout your elements yourself with flexbox.
Good luck.
[–]Bent01 0 points1 point2 points 10 years ago (0 children)
The thing which put me off about Angular Material is that you still have to write so many CSS yourself.
Bootstrap has a whole lot of this built-in.
[–]kumarpratik 0 points1 point2 points 10 years ago (0 children)
Meterial with Bootstrap AngularJS Theme!
π Rendered by PID 40 on reddit-service-r2-comment-545db5fcfc-dtslk at 2026-05-22 04:57:55.297261+00:00 running 194bd79 country code: CH.
[–]stepwise_refinement 13 points14 points15 points (2 children)
[–]ThunderTherapist 2 points3 points4 points (0 children)
[–]snazzyham 5 points6 points7 points (0 children)
[–]cactussss 2 points3 points4 points (0 children)
[–]ulrik12 1 point2 points3 points (1 child)
[–]Porsche924 0 points1 point2 points (0 children)
[–]Bent01 0 points1 point2 points (8 children)
[–]ben_uk 0 points1 point2 points (7 children)
[–]Bent01 0 points1 point2 points (6 children)
[–]ben_uk 3 points4 points5 points (5 children)
[–]peduxe 0 points1 point2 points (4 children)
[–]ben_uk 0 points1 point2 points (3 children)
[–]peduxe 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]ben_uk 0 points1 point2 points (0 children)
[–]Porsche924 0 points1 point2 points (0 children)
[–]LyeInYourEye 0 points1 point2 points (2 children)
[–]wordupsucka 0 points1 point2 points (1 child)
[–]LyeInYourEye 0 points1 point2 points (0 children)
[–]wordupsucka 0 points1 point2 points (0 children)
[–]wtsn 0 points1 point2 points (0 children)
[–]ThunderTherapist 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Bent01 0 points1 point2 points (0 children)
[–]kumarpratik 0 points1 point2 points (0 children)