angular_components icon indicating copy to clipboard operation
angular_components copied to clipboard

The official Material Design components for AngularDart. Used at Google in production apps.

Results 101 angular_components issues
Sort by recently updated
recently updated
newest added

Would be great to include a way of themeing material angular projects using the material color guidelines. At the moment I'm polyfilling with a load of stripped down sass files...

Type: enhancement

I think it would be quite helpful to have at least some entry-level example how to apply custom styles mentioned in https://github.com/dart-lang/angular_components#custom-component-styles

MaterialDatePicker uses protobuf to define a Date and a DateRange class. The protobuf dependency is currently locked to an older version, and prevents use of recent fixes in protobuf. Dependency...

I have enabled `GlobalModalStack` at root component level. I am getting this error when I am hiding modal 1 and displaying modal 2. I suspect it somehow related to fact...

is there a chance to update to the current MDC components in the near future? https://material.io/components/ I need to know whether to wait for it or write custom solution. Thank...

This is more of a feature request than a bug, but the pud.dev page directed me to make an issue rather than a pull request. Also this might be in...

In the `material-progress` HTML there are ARIA tags but screen readers like JAWS simply say the number. I would like to add the text "percent" so the screen reader would...

The [Angular components Readme](https://github.com/dart-lang/angular_components/blob/master/angular_components/README.md) contains a broken lint to https://webdev.dartlang.org/components It should be https://angulardart.dev/components There's also a broken link to https://webdev.dartlang.org/components/api.

The docs say > The `target` attribute is permitted provided `rel="noopener"` is set. simple-html should also permit `target` with `rel="noreferrer"`, since [noreferrer implies noopener](https://html.spec.whatwg.org/multipage/links.html#link-type-noreferrer)

For example, material-input component changes its state to touched when input looses the focus. This is also a condition to display error message (actually it must be diry + touched)....