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
Testing and anchor tag click inside a ng-container embbeded in a ng-switch
I´m really new about testing in angular and I, couldn´t have found a solution for this problematic.
Im trying to do a test over a method that is called once an anchor tag is clicked.
This anchor tag i...
Enrique Gordon Felix
Votes: 0
Answers: 1