angular_components
angular_components copied to clipboard
The official Material Design components for AngularDart. Used at Google in production apps.
If a MaterialExpansionPanel is opened and then closed and the user resize the browser, the panel will not resize smaller than the size it was closed. It will update this...
Many users have Google translate enabled by default. As soon as they visit a page that uses angular dart components, the page is translated. Once the translation is done many...
Apologies if this is off-base, I'm new to this, but I have 'outline' and 'fill' text input appearances in a design and am looking for a the best way to...
Tested on Firefox 67.0.1 with the current gallery https://dart-lang.github.io/angular_components/#/material_dialog, on the auto dissmiss example. ### How to reproduce ? - On Firefox - Open the auto dissmissable dialog - change...
[Material guidelines](https://material.io/guidelines/components/tabs.html#tabs-usage) shows tab-strips that have glyphs instead of labels:  or glyphs and labels:  Is it possible to add glyph input for the component?
Currently - the only way to redefine a placeholder messages for datepickers is through Intl usage, but it doesn't gives you a way to set custom messages for different datepickers....
MaterialCalendarPickerComponent opens to minDate by default, instead of scrolling to today As a work-around one can reference the component with ViewChild, and scroll in OnInit() @ViewChild(MaterialCalendarPickerComponent) MaterialCalendarPickerComponent calendarPickerComponent; ngOnInit() async...
Both disabled and non-disabled components behave in the same way and it is hard to distinguish between the both. When a component is disabled it should not check and display...
The current behaviour results in "winter time" time zone also during the summer (as the epoch is 1st January) and this breaks the conversion between UTC and local time (toUtc()...