I'm a bit confused what the difference is between AngularJS Material (https://material.angularjs.org) versus Angular Material (https://material.angular.io/)?
-
1https://material.angularjs.org/ works with 1.x. and material.angular.io works with the newer angular – Daniel A. White Jan 08 '18 at 01:32
-
Thanks @DanielA.White, our team is building a site with material.angularjs.org, but want to use the Stepper directive that's only available in material.angular.io. These two libraries don't work interchangeably do they? – Dave Jan 08 '18 at 01:34
-
not likely. sorry i dont know much specifics. – Daniel A. White Jan 08 '18 at 01:35
-
have you looked at any thirdparty options? https://github.com/eberlitz/material-steppers – paul jerman Apr 02 '18 at 15:54
3 Answers
AngularJS Material is made for Angular JS 1.x whereas Angular Material is made for Angular v2+
according to https://material.angularjs.org/ , that say:
AngularJS Material is an implementation of Google's Material Design Specification (2014-2017). This project provides a set of reusable, well-tested, and accessible UI components for AngularJS developers.
and
The latest update to Material Design (video playlist) was announced at Google I/O in May, 2018 (recap blog post). For an implementation of this new Material Design Specification, please see the Angular Material project which is built for Angular developers.

- 69
- 2
- 13
@dave Hi,
for AngularJS Material, There is an third party library available called "md-steppers". We are using this one for FORM filling and Submission. Please have a look in below JSFIDDLE demo link and GITHUB link.
Visit: https://jsfiddle.net/ipiz/vcdbuyru/2/
Visit: https://github.com/ipiz/md-steppers

- 524
- 3
- 14