Posts by Carol Alves • 23 points
2 posts
-
1
votes1
answer265
viewsQ: Search with Ionic 3
I need to do a search on Ionic 3 but I’m not getting it. <ion-searchbar [(ngModel)]="searchTerm" (ionInput)="filterItems()" placeholder="Buscar Pedido" > </ion-searchbar> filterItems(){…
-
1
votes1
answer51
viewsQ: C# API - Update
I created an API using Entity Framework, the connection is ok, however, when I update the data in the database, qlqr one of the fields, Json in the API does not show the change. How to resolve this…