angular_components
angular_components copied to clipboard
The official Material Design components for AngularDart. Used at Google in production apps.
I'm setting tabindex in the template with `[tabindex]="someVariable"` for some elements. `` expects an `int` for `[tabindex]`, but `` wants a `String`. I haven't tested other elements yet, those are...
I'm getting an error like: `EXCEPTION: Type List should be List to implement expected type Iterable ` when selecting from one of the lists. This also happens when one of...
with `Chrome 63.0.3239.132`
Hi everyone, He is a simple loop that build a list of `checkbox` or `radio` : ``` {{c.title}} ``` My first instinct was to write both `material-checkbox` and `material-radio` the...
I have tried to use `MaterialDatepickerComponent` with form, but I got error: `No value accessor for (expirationDate) or you may be missing formDirectives in your directives list`. Can I use...
I can't figure out how to make date picker working with formbuilder. Here is an example that generate an error: ```dart import 'package:angular/angular.dart'; import 'package:angular_components/material_datepicker/material_datepicker.dart'; import 'package:angular_components/material_datepicker/module.dart'; import 'package:angular_components/model/date/date.dart'; import...
Use style to represent the basic material item list like one line, two lines, three lines element(like ListTile on flutter).
I would like to add markdown to the tooltip text. Make some stuff bold etc but not use direct HTML. I guess you won't add the markdown option, but if...
It would be great to have some more mixins for `material-button`, `material-tab`, etc… to change text case, with `text-transform`.
When MaterialTab are nested, those nested are duplicated in "the host". [Here a repo.](https://github.com/vintzl/nested_material-tab)