How to use angular material (https://material.angularjs.org) in Angular 2 Apps -


i remember having seen angular-material.css being used in 1 of angular 2 demos @ ng-conf. can confirm if works...

also, possible use following in angular 2 apps:

  • angular-material.js
  • angular-animate.js
  • angular-aria.js

i know above js have dependency on angular 1.3+, if add dependency on , above angular 2 dependency. these work then?

so cannot use current angular material angular2.

according marcy sutton, addressing incorporation of angular material once team has realeased 1.x.

https://github.com/angular/material2 new repo compatible ng2. there forks of material may work ng2 such ng2-material.


Comments