python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Issues with *ngFor and GridLayout in Nativescript
I have a problem with the grid layout. My code is this one:
<GridLayout padding="10%"columns="auto, auto, auto, auto, auto, auto, auto" rows="*">
<ng-c...
FedericoAntosiano
Votes: 0
Answers: 1
Why is my ngFor always updating, but array is not
Problem is: When I start this component, my ngFor div always updates and my RAM becomes empty. As I know, ngFor updates when array is updated, but my array(announcements) update only once, in construc...
Ivan Sishchuk
Votes: 0
Answers: 3
How to map non-input tags in html to individual iterations when using *ngFor directive in Angular during reverse routing?
I am facing a problem with *ngFor directive while reverse routing.
I am using the loop to input certain employment details multiple times. I am posting code snippet here for example and the entire fil...
Sunil Shrikant
Votes: 0
Answers: 0