Reputation: 1200
We have Angular 2 for Dart:
https://github.com/angular/material2/blob/master/README.md#the-goal-of-angular-material
Are there Material Design componentes to Angular 2 for Dart too?
Upvotes: 2
Views: 1650
Reputation: 300
Yes! The AngularDart Components (https://github.com/dart-lang/angular2_components) use material design. Here's a code lab to help you get familiar with these components (more docs to come):
https://webdev.dartlang.org/codelabs/angular2_components
Upvotes: 6
Reputation: 1583
If you are not going to edit sources of library, it doesn't matter, what language was used to create it, you can just use https://pub.dartlang.org/packages/angular2_material
Upvotes: 1