How to use angular2_material -dart and angular2-dart How to use angular2_material -dart and angular2-dart dart dart

How to use angular2_material -dart and angular2-dart


There isn't much to use. Only a few elements were ported experimentally. There is a pub package angular2_material and the source you linked to should contain example code (maybe only TS, don't remember) but this is similar enough to Dart anyway. There is no documentation yet. I'm using polymer_elements for material design currently and it works well so far.

However, there is no documentation as to how they should be used, although it is beta.

These elements are not part of Angular, they were added to the repository just for experimental purposes. "Beta" is not related to the material elements and the elements in the Angular repository and they will probably be dropped altogether.
Update
I saw it mentioned recently that angular_material2 accidently got the beta tag attached because all modules in the Angular2 repository were tagged beta, but that wasn't intended.
Update end

According to comments in GitHub issues, there is work in progress building Angular Material to Angular2.
The official repo to follow is https://github.com/angular/material2