Posts by Maiki Rodrigues Ismene • 29 points
4 posts
-
1
votes0
answers169
viewsQ: How to display images dynamically at the angle with ngFor directive
Well, I’m trying to create a photo slider, which I need to leave dynamic so I don’t have to endlessly copy and paste a few snippets. I have an array with the names of the images: array: any = [{id:…
-
0
votes2
answers116
viewsA: How to create a factorial function using the 'for' counter?
I recently made a code similar to this one, in which I wanted to do the decreasing multiplication, but in the end I realized that it was not necessary so I did it in the simplest way: function…
-
0
votes1
answer39
viewsA: Onchange does not fire
Your select is wrong, onchange is not a class but an event, so what you need to do is assign your event to it. There are several ways to get the values, a very simple one would be this: <select…
-
1
votes6
answers4637
viewsA: Dual in function and for
I know this publication has been a while, but I came across this scenario and I was hard to understand too, the only one I could understand more or less was the reply of José Tomas, but I had an…
javascriptanswered Maiki Rodrigues Ismene 29