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...
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...
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...
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...
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...
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...
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...
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...
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...
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...