Top "Angular-material2" questions

Angular Material is an implementation of Material Design in Angular 2/4/5/6. DO NOT use this tag for AngularJS Material questions.

Confirm message before closing material dialog accidentally in Angular?

How can i use of beforeClose() method to show a confirmation message before closing the material dialog ? this.dialogRef.beforeClose().…

angular angular-material angular-material2 angular-material-6
Cdk virtual-scroll inside mat-select for mat-option

Has anyone been able to use virtual-scroll inside mat-select as shown below ? <mat-form-field> <mat-select placeholder="State"> &…

angular angular-material2 angular-cdk
Angular CDK connecting multiple drop zones with cdkDropListConnectedTo

I am creating a simple board interface with swim lanes think Jira swimlane or trello boards The red lines shows …

angular typescript angular-material angular-material2 angular-cdk
angular - Angular Material 2 Stepper Controls

I set up a linear stepper using the Angular Material 2 Stepper. I have forms in different components (component-a, component-b, component-c). …

angular angular-material2 angular4-forms
Can't override the angular material theme with my css properties

I am using Angular 6.0.8 with Angular Material theme version 6.4.0 Whenever I try to slightly modify the material theme, it never …

css angular angular6 angular-material2 angular-material-6
Material 2 Pagination With Http And DataSource

I am having trouble with Material Pagination working with DataSource. I need to get back from the Service the total …

angular rest pagination angular-material2 angular-cdk
Expand input width dynamically to the length of string

I am trying to create an input field that expands at least in width dynamically with the length of the …

css angular angular5 angular-material2 angular-animations
NGX-Datatable with Angular 2 - Wrap Column's Name

I have a ngx-datatable with Angular 2 that has some very long column names. I would like to duplicate what they …

angular datatable angular-material2 angular-datatables
How to validate mat-datepicker input using pattern?

I'm using mat-datepicker and the user is able to manually enter in a date. I would like to be able …

angular datepicker angular-material2 angular-forms angular2-form-validation
Angular material CDK tree component with virtual scroll

Angular Material CDK tree component documentation says: "Flat trees are generally easier to style and inspect. They are also more …

angular angular6 angular-material2 angular-cdk