Questions tagged as 'angular-material'

0
answers

Angular Material ComboBox / Spinner with rating stars

Hi, I would like to do a spinner / combobox where I could choose the rating in stars. I have managed to make the combobox have different options, from without qualifying to 5 stars as shown in the following image: But when I select...
asked by 22.11.2018 / 13:36
0
answers

Activate Required in md-select by default

How do I make the default required of md-select I am doing, that does not activate when I select :focus: , if not activate by default as soon as you execute the code: var app = angular.module('App', ['ngMaterial', 'n...
asked by 03.10.2018 / 16:52
1
answer

How can I do a search filter by dates in angular 6?

I would like to know how to achieve a search filter by date of hiring a table employees having a start date and an end date.  this is my html <div style="justify-content:center"> <mat-card style=" max-width: 900px; "> <d...
asked by 17.09.2018 / 16:51
0
answers

ERROR in node_modules/@angular/cdk/table/typings/cell.d.ts (41,47): TS1005 error: ',' expected

The present error appeared after executing my project of angular in another computer, the way in which it was installed was only with a npm install to then execute ng serve. I have eliminated cache, downloaded the version of npm that was in 6...
asked by 29.08.2018 / 01:58
1
answer

Pass object by (ngModelChange) Angular 6

As I could pass my object "item" that is in the for "mat-option" to the directive (ngModelChange), I need to be able to have this object in my "onChangeService" function, the only thing that happened to happen that way the value of [value]. I...
asked by 10.08.2018 / 01:01
1
answer

does anyone know how I can make angular-material work?

I downloaded it from the nuget but apparently it does not work, someone could give me advice. What angled versions should I have? I have refereciadas all in layout angular references angular-material.js angular.min.js angular-messages.js angular...
asked by 21.05.2018 / 15:21
1
answer

AngularJS Material md-datepicker blank screen when selecting

I am trying to use a md-datepicker, and at the moment it is selected, the whole screen goes blank except the calendar. I would like to know if it is possible to eliminate this behavior. The example followed to create the calendar is this , and...
asked by 30.04.2018 / 12:47
0
answers

People Material Design Data Table in AngularJS with Firebase data using promises

I am trying to use this AngularJS module to create a table with information stored in Firebase. The problem is that I do not get the table to be populated with the data obtained in Firebase. At the time of loading the page, the progress bar...
asked by 04.05.2018 / 18:29
0
answers

Probelma with mat-expansion-panel in angular 2

I'm using the mat-expansion-panel with angle 2. I paste the panels on the google maps map and when I click on any of the panels (none of them have any functions to do when expanding), I focus the map on lat and lng 0. Why could this be happening...
asked by 20.02.2018 / 17:19
1
answer

Problem with angular material INPUT

I have a problem with including the input of angular material to my project because it does not work as it should visually. I leave you an image of how it looks I followed the instructions in the documentation step by step and nothing. Thi...
asked by 03.01.2018 / 19:28