python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get value from <select><option> dropdown menu in Angular?
I made a dropdown menu. I want to dynamically set the default value. When the user changes the value I want a method to fire in the component controller and log the new value.
This dynamically sets th...
Thomas David Kehoe
Votes: 0
Answers: 2
mat-error doesn't show in mat-autocomplete and in mat-form-field
my purpose is show an error when the user doesn't put a value. I know that above example doesn't have a lot of sense, but I don't read the error also if the programs must show. the code is this:
<...
Picco
Votes: 0
Answers: 1
Uptating angular version 12 to 13 in a library
How can I upgrade my library from using angular 12 to 13
I'm trying to do
ng update @angular/core @angular/cli @angular/material
but it is only updating the project's package.json not the library's
p...
Adam
Votes: 0
Answers: 1
when save excel file on angular 8 get error Failed to execute createObjectURL?
I work on angular 8 I face issue when save excel file I get error as below :
ERROR TypeError: Failed to execute 'createObjectURL' on 'URL': Overload resolution failed.
at Function.a [as saveAs] (F...
ahmed barbary
Votes: 0
Answers: 1