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

I'm on ```angular: 6.0.0``` and ```angular_components: 1.0.1```. Using the ```MaterialSelectComponent``` gives this compile-time warning when the parent uses the OnPush Change Detection Strategy. ```"MaterialSelectComponent" doesn't use "ChangeDetectionStrategy.OnPush", but is used...

The current version of angular components doesn't work on Dart 12.14.x. It actually causes Web Dev to hang. See: https://github.com/dart-lang/webdev/issues/1415#event-5358399292 This is down to Dart 12.14 requiring a version the...

What I want to achieve is actually to make a material-input readonly depending on some internal component state. Unfortunately material-input does not have a readonly property so we are left...

We have [this AngularJS](https://github.com/angular/components/issues/11478) issue with AngularDart too when we use `CanReuse` in a component class like a `class MyComponent with CanReuse { }`, the tooltip does not vanish after...

For example if I have following markup testModel = FormBuilder.controlGroup({ "test1": ["", Validators.required] }); setting empty field in model makes material-input field to show default error message "enter value" while...

`MaterialMonthPickerComponent` does not implement `disabled` input attribute, however it makes use of `.disabled` class internally. Please implement missing missing `disabled` input attribute for `MaterialMonthPickerComponent`

Is it possible to expand/collapse items in MaterialListComponent? I have noticed there is mentioning in https://dart-lang.github.io/angular_components/#/material_list > If the material-list-item has a DropdownHandle in its ancestry, the dropdown will be...

Here is the code I wrote: [copied from [Angular Material Drop Down Sample](https://github.com/dart-lang/angular_components/blob/a09df6f76c681e68efc2dc82c837070105340ead/examples/material_select_example/lib/material_dropdown_select_full_demo.html#L182)] ... my code here There is a max-width hard-code: max-height: 400px; max-width: 448px, and I can't change...

Hello, I'm trying to use material components provided by Angular Dart, but so far it seems really hard to follow compared to Angular Typescript Material. For instance, the drop down...

fix https://github.com/dart-lang/angular_components/issues/350

cla: yes