angular_components
angular_components copied to clipboard
The official Material Design components for AngularDart. Used at Google in production apps.
I can't make material dropdown select working with required attribute It seems not appearing on the library
I’m on an iPad Pro iOS 11.2.6. When I try to navigate to another component, I need to touch a link on the sidebar _twice_ to actually starts the navigation....
I am looking why material-tree is displaying nothing. Here is my code For Component @component( selector: 'tree-root', directives: [MaterialTreeComponent], templateUrl: 'tree_component.html', styleUrls: ['tree_component.css'], changeDetection: ChangeDetectionStrategy.OnPush, ) class TreeComponent { final...
Hi, I found a small bug in Tabs, when I click on a tab (strip/panel) and maintain the left mouse button pressed and moving the mouse outside the tab the...
My customer wants more time options in the TimePicker like every 30 minutes and not only each hour. I came up with a solution to introduce a stepsPerHour property. Default...
Hi, How can I inject a component into MaterialStepperComponent? In this code MyCustomComopnent is not injected: ``` @Component( selector: 'my-steps', template: ''' ''', providers: [ scrollHostProviders, materialProviders, ], pipes: [commonPipes],...
The layout grid is used for the responive design pattern. As this uses only css, it would be nice to include this like the other mdc-web components like elevation and...
https://github.com/dart-lang/angular_components_example/blob/master/lib/src/material_input_demo/material_input_demo.html none of the examples bind to any data
In the two trailingGlyph examples the text is also right aligned. This could suggest that right aligning is required for trailing glyph which does not seem to be the case.
Looking at https://dart-lang.github.io/angular_components_example/, I don't see which version of angular and angular_components the gallery uses. When I go to an example and look at the source code, it links to...