angular-material-7 Questions

2

I've used the angular material chip control and this all works fine. However it would be nice if the auto complete element stayed open so multiple selections could be made. In it's default state yo...
Sofa asked 5/7, 2019 at 9:54

7

Solved

The default icon for toggling a mat-expansion-panel is >. Setting hideToggle true just hides the toggle icon. Is there any way to change it? I found nothing in the official documentation. I want...

4

Solved

I have a mat-calendar control which is open always. On initial load, I am highlighting an array of dates which was able to do following this: Highlighting certain dates in mat-calendar. Now I have ...
Parrakeet asked 10/5, 2019 at 19:31

6

Solved

I am trying to customize the angular material mat-form-field : I was able to customize the underline border using : ::ng-deep.mat-form-field-ripple { background-color: yellow; } now I am trying...
Hammers asked 24/1, 2019 at 21:56

3

Solved

I want to create test for component that checks that mat-error is displayed. I've created a test but it's failing because DOM does not have mat-error at all during testing. Although it works fine ...
Morello asked 18/9, 2019 at 8:40

5

I am using linear mat-stepper. It works fine with next. I do api call & if it's success then i call stepper-next event instead of using matStepperNext directive. Now when user fills all data ...

1

I have a list of themes, and each them has a list of colors. I display all the themes with a button that opens an Angular Dialog, in the dialog I list all the colors for that theme and these colors...
Parrakeet asked 24/4, 2019 at 7:21

1

I saw this example in the official website of angular material https://stackblitz.com/angular/xxjleavorkm?file=src%2Fapp%2Fdatepicker-date-class-example.ts How to select the dates dynamically like ...

1

Solved

In the zoomed mode for pinch-zoom the drag doesn't align properly with the mouse pointer. I've detailed the problem here:https://stackblitz.com/edit/angular-t7hwqg I expect the drag to work same ...

7

Solved

I'm using angular 7.0.1 and angular material 7.0.2, I want to add the font awesome 5.4.2 icons and I'm trying to follow the steps on fontawesome web but I can't get the font awesome icon font. fir...
Brueghel asked 27/10, 2018 at 18:42

2

Solved

How is it possible, to add an secondary action (mat-icon-button) in an mat-selection-list inside the mat-list-option element. Currently all items are added inside the mat-list-text div. example (...
Gilded asked 17/12, 2018 at 12:45

3

Solved

I am trying to use <router-outlet></router-outlet> within an Angular Material popup dialog. However, the router-outlet part does not render anything, or log anything to the console. If...
Erwinery asked 12/4, 2019 at 10:7

1

Solved

Is there any way to theme component shapes in angular material? I know material design has a shape concept that allows you to create more rounded, less rounded or even cut corners for all small/med...

2

Solved

i upgraded to Angular 7.1.0 with: "@angular/animations": "^7.1.0", "@angular/cdk": "^7.1.0", "@angular/common": "^7.1.0", "@angular/compiler": "^7.1.0", "@angular/core": "^7.1.0", "@angular/forms"...
Freezer asked 28/11, 2018 at 11:26

2

Solved

Im using angular material stepper. I need set padding 0 on mobile view.On developer console i could set padding 0 by changing .mat-horizontal-content-container. But its not working when i add .mat-...

1

Solved

I have a container with an element inside it. I want to be able to drag the element to another location inside the container and see the new x and y coordinates (where x=0 and y=0 is the top left c...
Riga asked 14/1, 2019 at 16:19

1

Solved

I'm trying to use Drag&Drop features relased with Angular Material 7. I separated my template in reusable pieces using ngTemplateOutlet and every option can be either a Thing™ or a nested Thin...

2

Solved

Please help me to achieve the below two methods: 1) How to show the sidenav scrollbar below the toolbar in the sidenav: 2) Also how to show the Scrollbar only when we move the mouse cursor over t...
Sacral asked 29/11, 2018 at 15:3
1

© 2022 - 2024 — McMap. All rights reserved.