Posts by Guilherme Lucas • 133 points
3 posts
-
0
votes1
answer132
viewsA: How to emit a sound when passing the mouse in ANGULAR?
Try changing the tag div to audio. It will work in the following browsers Firefox 3.5+, Chrome 3+, Opera 10.5+, Safari 4+, IE 9+ <audio> <source src="audio/beep.mp3"></source>…
angularanswered Guilherme Lucas 133 -
0
votes1
answer609
viewsQ: Change form depending on radio button - Angular 2+
I have 3 radio Buttons, when I click on each one should appear a different fomulário. I looked for some examples, but what I found are only two options. Follow the code I have at the moment <div…
-
2
votes1
answer200
viewsQ: SQL - Search for the names of patients who had more appointments in January 2016
Hello, I would like to know how to do this consultation: "Find the name of the patients who had more appointments in January 2016". select * from PACIENTES select * from CONSULTAS These are the…