Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between Material Design Lite and Angular Material Design? [closed]

I am building a application using Angular 2 as front end. I want my application to be designed with Material Design. I want to know the different between the 2 material designs mentioned below. Will I have any issues in future if I follow anyone of it. Is there any difference between them.

  1. Material Design Lite - https://getmdl.io/
  2. Angular Material Design - https://material.angularjs.org/latest/
like image 685
Vinod Avatar asked Jun 12 '16 00:06

Vinod


1 Answers

Material Design Lite is a framework independent implementation with pure HTML, CSS, and JavaScript and can be used with or without any web framework.

Angular Material Design and Angular2 Material Design are Material Design implementation for Angular 1.x and Angular2. All components are Angular components (or directives) and they can't be used without Angular.

like image 190
Günter Zöchbauer Avatar answered Nov 15 '22 06:11

Günter Zöchbauer