Posts by Ademário Marcolino • 36 points
3 posts
-
1
votes1
answer219
viewsA: How to store an ion-input value in a variable and pass it on the route?
Good afternoon, You can thus do your input by giving a name with the same name as ngModel and create its variable type like 'public test: string;' <ion-input name="teste" [(ngModel)]="teste"…
-
0
votes2
answers933
viewsA: Pick up only the final stretch after the regular expression bar
Good afternoon @Udo Man, do you need to follow this rule exactly? "What I need is for the text that comes at the end to be selected ONLY, after the last occurrence of space-bar-space" if the answer…
-
1
votes0
answers113
viewsQ: How do I finish this function by clicking the finish button?
ion-button block (click)="getLoc()">start ion-button block (click)="getLoc()">Finish When I click on the "Start" button, this function grabs the current location every 10 seconds, as I do to…