All Questions
Tagged with angular-2+ array
3 questions
0
votes
1
answer
821
views
Angular and Typescript page with for loop and array
I have a page that shows the result of a quiz and depends on the number of right answer, the user get some rewards. So, if the user get just one right answer, he will get one reward, the others will ...
3
votes
1
answer
54
views
Iterating an Array Object & Assigning the Attributes Values to those that Match the Condition
Is there any approaches to reduce the below coding snippet in Angular 2+ with few lines of code by making use of ECMA Script or by some other ways
...
2
votes
0
answers
1k
views
Mapping nested arrays from API response
I have some selects on my html page that I want to populate with the response from my backend API.
The response looks like this
JSON response
...