2

To use Angular Material (1.x), do we need Angular UI. If I use Angular Material alone, will I get features similar to Angular UI (apart from Material Design)?

Are they mutually exclusive, or dependent on one another?

Basically, I want to use Material Design with Angular JS. I'm new to both, so I'm unclear whether I need to use Angular UI as well.

Can someone summarize?

1 Answer 1

1

Angular material was created to follow Google Material Design - in that design a lot of things are documented like animation speed, paddings, fonts, etc. Obviously angular UI do not follow these rules.

However, angular material is far from being completed framework - so you always need to use something else - i.e. in angular material there are no tables at all.

Some things you can find in both - i.e. $uibModal vs $mdToast.

To sum, you can use both at the same time, but you will need to fix look and feel.

Sign up to request clarification or add additional context in comments.

2 Comments

then seems like choosing Angular Material is bad choice for now. For Angular 2, is there Angular UI or just Angular material 2?
For Angular 2, the AngularUI team is developing ng-bootstrap, here: ng-bootstrap.github.io

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.