Questions tagged as 'material'

0
answers

How to enable tab content within v-show component inactive by activating it [closed]

When you click the button that changes the step, the active tab is md-active, but its contents and bar are not shown as if they are not, which only happens after clicking a different tab and returning. The problem does not happen rendering from...
asked by 04.01.2019 / 15:05
1
answer

Select using Enum

I have a form where one of the fields is a select, and this select is an enum, I get it popular but I can not send the value, it always goes 0 when I do the post. I wanted a select with two options HTML: <form class="mat-dialog-content"...
asked by 03.01.2019 / 23:06
1
answer

mat-table sorting does not work in Angular

I'm trying to sorting my columns with the table sorting material, however I click on sort and nothing happens. My template: <table id="tabelaLogs" mat-table [dataSource]="dataSource" matSort class="mat-elevation-z2 animated zoomIn delay-...
asked by 26.12.2018 / 17:49
1
answer

Wrong icon in angular stepper mat

I'm trying to put an edit icon when the state is address, but the icon shown is from the first state. I've tried: First step: <ng-template matStepperIcon="edit"> <mat-icon>home</mat-icon> </ng-template> <...
asked by 10.11.2018 / 19:12
0
answers

matStepLabel is not showing the icon - Angular Material

I am performing a stepper on a page, and in my matStepLabel it initially shows the number from step "1", when the step is changed, instead of "1" the text "create" appears. I believe this create is actually an icon. I tried some things like:...
asked by 03.11.2018 / 15:37
0
answers

Table in Angular Material, problem with string interpolation

Alright? I have a problem when it comes to displaying the data in the material table, nothing appears ... If I change the tag: <table mat-table [dataSource]="dataSource" matSort class="mat-elevation-z8"> by <table mat-table [d...
asked by 22.12.2018 / 02:10
1
answer

Overwrite the default icon of the material angular mat-stepper

I'm trying to override the default mat-stepper icon, but it does not seem to work. I followed the documentation, but my icon is next to my label, instead of overwriting and staying in the blue circle. STACKBLITZ     
asked by 03.11.2018 / 17:01